Article to get stared with react-native-navigation 🚀 Check the article (here)[https://www.obytes.com/blog/2019/Intro-to-React-Native-Navigation/]
First, clone the repo
$ git clone https://github.com/obytes/introduction-to-react-native-navigation
Next, load all the dependencies
$ cd introduction-to-react-native-navigation
$ npm install
Finally, run the project in your favorite platform
$ react-native run-ios
didn't link the react-native-navigation yet
$ react-native run-android