Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v4] BottomSheetTextInput Keyboard on Android 10 and less #1913

Closed
wectorgame opened this issue Aug 9, 2024 · 2 comments
Closed

[v4] BottomSheetTextInput Keyboard on Android 10 and less #1913

wectorgame opened this issue Aug 9, 2024 · 2 comments
Labels
bug Something isn't working no-issue-activity

Comments

@wectorgame
Copy link

wectorgame commented Aug 9, 2024

Bug

Keyboard doesn't push modal to top in version 10-7 Android and less. Android 11 && highier and iOS works fine

Environment info

Library Version
@gorhom/bottom-sheet 4.6.4
react-native 0.74.3
react-native-reanimated ^3.14.0
react-native-gesture-handler ^2.14.0

Steps To Reproduce

  1. start emulator on android 10 or less
  2. add BottomSheetTextInput to BottomModal
  3. when the input is in focus, keyboard doesn't push modal like it working on 11 and higher version android

Describe what you expected to happen:

the same behavior like in version 11 and higher

Reproducible sample code

   <BottomSheetModal
      ref={bottomSheetRef}
      onDismiss={onClose}
      enableDynamicSizing={true}
      keyboardBlurBehavior="restore"
      containerStyle={styles.bottomSheet}>
      <BottomSheetView style={styles.bottomSheetContent}>
...
<BottomSheetTextInput .../>
...
  </BottomSheetView>
    </BottomSheetModal>
@wectorgame wectorgame added the bug Something isn't working label Aug 9, 2024
Copy link

github-actions bot commented Sep 8, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

Copy link

This issue was closed because it has been stalled for 5 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no-issue-activity
Projects
None yet
Development

No branches or pull requests

1 participant