Skip to content

Commit

Permalink
Merge pull request #842 from ambrosus/AMB-5079
Browse files Browse the repository at this point in the history
ui: enabled auto scroll on focus kosmos input
  • Loading branch information
EvgeniyJB authored Dec 2, 2024
2 parents 85e7196 + 14940dd commit 8bdf254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/Kosmos/screens/KosmosMarket/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ export const KosmosMarketScreen = ({ route }: KosmosMarketScreenProps) => {
enableResetScrollToCoords={false}
keyboardShouldPersistTaps="handled"
overScrollMode="never"
enableOnAndroid={false}
enableOnAndroid
enableAutomaticScroll
scrollToOverflowEnabled={false}
nestedScrollEnabled={isIOS}
extraHeight={isAndroid ? 0 : 330}
extraHeight={330}
onMomentumScrollBegin={onScrollBeginDragHandler}
refreshControl={renderRefetchController}
>
Expand Down

0 comments on commit 8bdf254

Please sign in to comment.