-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Flicker appears on keyboard close in form page. #47
Comments
Hey Ragvendra, did you find a solution for this problem? |
I'm having the same issue. it's weird |
i am also facing same issue with react native 0.73.8. with react native 0.70.5 it working fine |
hi @gorhom , your library is saving huge time for fellow developer. i appreciate your hard work. There was issue with portal with new react native version 0.73.8. screen-20240722-182018.2.mp4 |
Hi, Solution: |
We are using Portal as well as Bottomsheet in the Application. Portal specifically for showing bottomsheet above bottomBar in HomePage. In Form Page after editing fields or pressing back while editing (closing keyboard) a flicker appears i.e., backdrop defined in bottomsheet. As mentioned in below stackoverflow post for Flicker we added View with device height as parent to all in App.tsx. But after that, textfields in forms not scrolled above keyboard i.e, (softInputMode = adjustResize in android manifest not working)
The text was updated successfully, but these errors were encountered: