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

On android the action sheet will grow out of view when a text input is focused. #398

Open
ac3kb opened this issue Nov 24, 2024 · 6 comments

Comments

@ac3kb
Copy link

ac3kb commented Nov 24, 2024

Expo version 52
react native version 0.76.3
react-native-actions-sheet version 0.9.7
react-native-gesture-handler 2.20.2

works fine on expo version 51

example app https://snack.expo.dev/@ac3kmb/93ca10

@mehamednews
Copy link

I'm having the same issue (Expo 52)

@OdebisiidowuSolomon
Copy link

I am also having the same issue.

@ersaky
Copy link

ersaky commented Nov 30, 2024

I am also having the same issue !!

@ersaky
Copy link

ersaky commented Nov 30, 2024

I am also having the same issue !!

use <GestureHandlerRootView> in your root file (app.js or index.js etc.) imported from 'react-native-gesture-handler'

<GestureHandlerRootView> <SheetProvider> .... </SheetProvider> </GestureHandlerRootView>

then add isModal={false} prop to your <ActionSheet> component. it works !

@Yaya12085
Copy link

Yaya12085 commented Dec 3, 2024

Same issue only on android

CleanShot.2024-12-03.at.14.24.53.mp4

@coreyphillips
Copy link

Upgrading to the latest version of React Native (0.76.5) seemed to resolve this issue on my end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants