Kureev / react-native-navbar

Navbar component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

return an error when I import NavigationBar

DavidLeez opened this issue · comments

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

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