react-native-router-flux
react-native-router-flux copied to clipboard
How to make iOS 13 modals with RNRF?
I didn't find anything about that,
Is there a way to make an iOS 13 modal with RNRF?
Like this:

Thanks!
any solutions to have these modals?
Hey @athomaj I did it with Modal from react-native, you just have to do that:
<Modal
presentationStyle={'formSheet'}
animationType="slide"
visible={isVisible}
onDismiss={onClose}>
:)
Hey @athomaj I did it with Modal from react-native, you just have to do that:
<Modal presentationStyle={'formSheet'} animationType="slide" visible={isVisible} onDismiss={onClose}>:)
Can you give some explain, I added some tag like you but not work with the router flux
Any more information? I'm trying react-native 0.6.3 but doesn't work