Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 959 Bytes

File metadata and controls

32 lines (27 loc) · 959 Bytes

React Navigation Tutorial

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

How to use it ?

First, clone the repo and cd to directory:

$ git clone https://github.com/ibrahimcanbaz/lets-navigate.git && cd lets-navigate

Then install dependencies:

$ npm install

or with yarn:

$ yarn

And 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 --exp

Then you are ready to go !