Version
React Native version : 0.61.5
React-native-cli: 2.0.1
Create new project with below command
npx react-native init AwesomeProject
Run project with below command and run successfully
npx react-native run-ios
When I am trying to add
npm install --save react-native-navigation
I have followed above command for adding react-native-navigation
library in my project but when I opened node module
folder inside my project but not able to find iOS or android project inside it
Can you please guide me ,