You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think modal should be on top of navigation. and have its own logic.
Now in react-native-router-flux. If you want to hide modal and pop scene together. muse be setTimeout(Actions.pop, xxx) twice. and Modal.dismiss() not working.
The text was updated successfully, but these errors were encountered:
modal within RNRF v4 is bottom-to-top navigation, nothing about Modal from React Native. For popups you could use lightbox as shown within Example project. With lightbox you could use Actions.pop without problems.
I think modal should be on top of navigation. and have its own logic.
Now in react-native-router-flux. If you want to hide modal and pop scene together. muse be
setTimeout(Actions.pop, xxx)
twice. andModal.dismiss()
not working.The text was updated successfully, but these errors were encountered: