Open DavidLeez opened 6 years ago
Hi,
You might be using the wrong module, we are talking about 'react-native-navbar', not 'react-native-navigation-bar'.
I think you followed an old tutorial using the 'react-native-navigation-bar', which doesn't exist anymore if I'm right.
Just change it to react-native-navbar and use npm install react-native-navbar
I have used npm installed Navigation Bar to my project
$ npm install react-native-navbar --save
After I add this line to my Home.js, it return the error as attachmentimport NavigationBar from 'react-native-navigation-bar';