A sample React Native app to supplement the following tutorials:
This is an updated version of MyAlligatorFace.
First, clone the project:
git clone https://github.com/do-community/MySocialNetwork.git
If you wish to view the complete React Native and React Navigation tutorial, checkout the master branch:
git checkout master
If you wish to follow along with React Native and Redux tutorial, checkout the redux-starter branch:
git checkout redux-starter
If you wish to view the complete React Native and Redux tutorial project, checkout the redux branch:
git checkout redux
Navigate to the project directory:
cd MySocialNetwork
Install packages:
npm install
If you intend to work with iOS, you may need to navigate to the ios directory:
cd ios
And install additional packages:
pod install