gxsshallot/react-native-general-actionsheet

Use this without react-navigation?

Closed this issue · 3 comments

namnm commented

Right now we need to add and config react-navigation to make it work? Can we use this package without react-navigation?

@namnm Yes. It does not depend on react-navigation. Only show a modal view with react-native-root-siblings which uses api of AppRegistry.

namnm commented

Ok, when I install it, npm log says that there's a peer dependency of react-navigation@*
I installed react-navigation@latest but it didnt work because react-navigation v3 require container setup.
So I remove that version and install v2 instead, then it work without any setup.

I think you should update the dependency version in the react-native-pure-navigation-bar package.

@namnm I only use getSafeAreaInset api in it and will replace it with SafeAreaView later. Thanks for reporting it~