I am using react-native framework for developing my android app. I want to use react-native-material-design library for making Toolbar wit
react-native
react-native-material-design
Toolbar
I had the same problem, one of my node modules was not well configured (react navigation) so I just re install it locally using
npm install react-navigation --save