react-native-router-flux icon indicating copy to clipboard operation
react-native-router-flux copied to clipboard

How to make iOS 13 modals with RNRF?

Open jeanlucdu55 opened this issue 5 years ago • 4 comments

I didn't find anything about that,

Is there a way to make an iOS 13 modal with RNRF?

Like this:

image

Thanks!

jeanlucdu55 avatar Feb 21 '20 10:02 jeanlucdu55

any solutions to have these modals?

athomaj avatar Apr 01 '20 02:04 athomaj

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}>

:)

jeanlucdu55 avatar Apr 07 '20 11:04 jeanlucdu55

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

ninacoder-info avatar May 04 '20 07:05 ninacoder-info

Any more information? I'm trying react-native 0.6.3 but doesn't work

imyuanx avatar May 08 '22 06:05 imyuanx