Skip to content

Tutorial code for "How To Use Routing with React Navigation in React Native" and "Introduction to Using Redux in a React Native App".

Notifications You must be signed in to change notification settings

do-community/MySocialNetwork

Repository files navigation

MySocialNetwork

A sample React Native app to supplement the following tutorials:

This is an updated version of MyAlligatorFace.

Starting the Project

First, clone the project:

git clone https://github.com/do-community/MySocialNetwork.git

Navigation Complete

If you wish to view the complete React Native and React Navigation tutorial, checkout the master branch:

git checkout master

Redux Starter

If you wish to follow along with React Native and Redux tutorial, checkout the redux-starter branch:

git checkout redux-starter

Redux Complete

If you wish to view the complete React Native and Redux tutorial project, checkout the redux branch:

git checkout redux

Starting Up

Navigate to the project directory:

cd MySocialNetwork

Install packages:

npm install

iOS development

If you intend to work with iOS, you may need to navigate to the ios directory:

cd ios

And install additional packages:

pod install

About

Tutorial code for "How To Use Routing with React Navigation in React Native" and "Introduction to Using Redux in a React Native App".

Resources

Stars

Watchers

Forks