Skip to content

Commit

Permalink
fix: OK-30072 send data nested scroll on Android (#5166)
Browse files Browse the repository at this point in the history
* fix: send data nested scroll on Android

* fix: lint
  • Loading branch information
weatherstar authored Jul 11, 2024
1 parent 8f5b45b commit 8d08965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function TxExtraInfoContainer() {
shouldShowData ? (
<ScrollView
maxHeight="$48"
nestedScrollEnabled
showsVerticalScrollIndicator={false}
pb="$5" // for spacing between the text and the border while haven't scroll behavior
borderBottomWidth={StyleSheet.hairlineWidth}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { useEffect } from 'react';

import { useRoute } from '@react-navigation/core';
import { useIntl } from 'react-intl';

Expand Down

0 comments on commit 8d08965

Please sign in to comment.