This is sample code repo for react navigation tutorial for react native platform. You can also use it as boiler plate code for your application. Its pretty basic not advanced tutorial ,you can understand even if you are a beginner.
You can check demo app from here and related tutorial post
First, clone the repo and cd to directory:
$ git clone https://github.com/ibrahimcanbaz/lets-navigate.git && cd lets-navigateThen install dependencies:
$ npm installor with yarn:
$ yarnAnd you also need to have exp installed. Here how you can do it:
$ yarn global add exp
$ exp register
$ exp login
$ exp start --tunnel --dev --expThen you are ready to go !
