tajo/react-portal

Support for react native

tonyxiao opened this issue · 2 comments

Does this library (and react 16's new portal api in general) support react native?

tajo commented

react 16's new portal api

Yes.

react native

Maybe? Not sure since I don't use react-native. If somebody is willing to explore / add an example, I'm happy to start supporting RN.

no, as far as I know this does not support ReactNative.

The equivalent of a portal in RN is the component with a native enter/leave animation built-in. Note that I encountered some bugs when trying to stack modals on top of each others, for that a StackNavigator may be better.