eBay / nice-modal-react

A modal state manager for React.
https://ebay.github.io/nice-modal-react
MIT License
1.96k stars 110 forks source link

Support for React Native? #74

Closed Andres6936 closed 1 year ago

Andres6936 commented 1 year ago

It is possible to use this library with React Native?

supnate commented 1 year ago

I thinks so, though not tried. This lib doesn't have any UI implementation but only state management.

BrianCodeItUp commented 1 year ago

@Andres6936 You can use it with React Native. I tired it with react-native-modal. Work like a charm.

Andres6936 commented 1 year ago

Thanks, yes work with UI Kitten in React Native.