Kureev / react-native-navbar

Navbar component for React Native
MIT License
1.89k stars 318 forks source link

return an error when I import NavigationBar #255

Open DavidLeez opened 6 years ago

DavidLeez commented 6 years ago

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';

screen shot 2018-09-02 at 6 16 17 pm
Arzelp commented 5 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