react-native-navbar
react-native-navbar copied to clipboard
return an error when I import NavigationBar
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 attachment
import NavigationBar from 'react-native-navigation-bar';

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