-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Modal display bug after mounting keyboard #710
Comments
Hi @kirillzyusko and thanks for watching. Sorry if i wasn't very clear, the described problem only occurs on android. I'm referring to the label you added. |
Okay, it looks like the problem is coming from this 🤔 <Reanimated.View style={view} /> Problem might be related to software-mansion/react-native-reanimated#5567 - I'll try to check tomorrow! |
Thanks a lot for trying to fix the problem ! |
Problem solved with your latest released ! Thanks a lot !!! |
Oh, wow, didn't expect that! Was it fixed with 1.15.0 or 1.15.2? And did you try explicitly a version like Just trying understand what exactly fixed the problem 😊 |
Sorry i didn't keep enough traces of what i did. Now when i'm downgrading, even to 14, it stills work, even after clearing the cache. Maybe a expo update fixed i instead. |
Ah, okay, thank you for the information anyway! I'll close the issue, but if you get any new issues - feel free to open new issues! 🙌 |
Hi Sorry i don't know how i could have been mistaken like that, but the problem is in fact still there. I'm deeply sorry for the false joy, i was dealing with too much differents projects. So the modal still bugs after the appearance of the keyboard with KeyboardAwareScrollView. Only on android. |
Okay, let me re-open the issue then 🙂 |
Describe the bug
I'm having the same problem as in this topic : #659
If the keyboard is mounted, then dismissed, when next i want to display a modal, this one bugs. Its position changes unless i put a position absolute directly to the style of the modal. But more important, i'm unable to interact anymore with the pressable on it. It is completely stuck, only pressing the Back Button works
This problem doesn't happen at all on IOS or if i use a KeyboardAvoidingView and a ScrollView instead of a KeyboardAwareScrollView on android.
I tried with the modal component of react native, or by setting enabled to false for the KeyboardAwareScrollView when pressing to display the modal but without success.
Code snippet
Repo for reproducing
https://github.com/Jul1enF/testModalKeyboardAware.git
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The modal goes away, the touchable opacity can be pressed. You'll see that if you don't mount the keyboard, the modal acts correctly.
The text was updated successfully, but these errors were encountered: