-
Notifications
You must be signed in to change notification settings - Fork 786
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
Picker display beneath the Modal on Android #148
Comments
Both Modal and Picker uses android.Dialog to show view. |
Adding a navigation top-level scene when showing the picker could resolve this problem. |
能说的详细些吗? |
@VincentSuperper 由于 Picker 和 Modal 都用了 Android.Dialog 去展示,因此会有冲突。 |
好的谢谢 |
@vivaxy 能看一下关键代码吗? |
@VincentSuperper 我使用了 react-native-router-flux 来实现 Navigation,可能和你的架构不一致。 |
having the same issue on iOS but not on Android. im using the ignite framework and its currently using react-native-router-flux for its navigation. what's weird is that, this library works fine in Android. but in iOS the picker is behind the modal. anyone got idea for a quick fix? |
The text was updated successfully, but these errors were encountered: