-
Notifications
You must be signed in to change notification settings - Fork 957
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
Select items is not visible using react-native-navigation #1288
Comments
@rnyschyi , hey i am facing the same issue, did you figure out any fix? |
@SreevatsaAcharya hi, we just moved to react navigation and it works well |
@rnyschyi . Hmmmm, our project is deeply integrated with React native navigation and ui kitten right now. I have a form that has varied components like select and autocomplete which work fine right now. The observation is that if i move to a new screen >> close it and come back to continue fill rest of the data in the form all components having a popover stop working . Any suggestions? |
Hey, @SreevatsaAcharya. Im trying to help you right now with your case. Unfortunately, I can't reproduce the issue. Can you please provide more information about the issue? It also would be great if you can attach some code related to both screens you're dealing with and navigation stack implementation. |
@whitestranger7 you can do this to reproduce the issue:
I have the exact same issue with those popover components, for now I moved to use some other components, but I'd really like to continue using ui kitten components in my app. |
As a workaround, you can wrap modal content with another |
🐛 Bug Report
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I open select in one app screen, but see items on other.
Link to runnable example or repository (highly encouraged)
UI Kitten and Eva version
Environment information
The text was updated successfully, but these errors were encountered: