-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Bug][Android] Bottom Sheet is Unable to Fully Expand After Opening and Closing TextInput #41
Comments
Keyboard is already handled internally. Try to remove KeyboardAvoidingView and see if that works. |
Hello, I've removed This issue only occurs when using |
I see the issue. It has something to do with There's no general solution for now so I'm going to expose a prop to configure the input mode of the sheet. |
@keith-badulis PR #42 should handle this for you. Give a test and let me know how it goes. Thanks |
Hello, thank you very much for this fix! I'll start migrating to this package. Looking forward to more features in the future! |
Hello! I'm liking the performance of your bottom sheet so far (coming from Gorhom's, which has been sluggish on mine with more complex content). However, I'm facing this issue after opening and closing a
TextInput
in the bottom sheet:screen-20240617-1333472.mp4
I'm using a
FlatList
inside the bottom sheet, which works well as it expands to full while scrolling down the list. After opening and closing theTextInput
, the sheet cannot be extended to full anymore.For additional context, I'm wrapping everything with a
KeyboardAvoidingView
with its behavior set to"height"
.Thanks!
The text was updated successfully, but these errors were encountered: