ES2015 Review
React Fundamentals
Core Components
Cross Platform Components
Cross Platform APIs
iOS Specific Components and APIs
Android Specific Components and APIs
Animations
Styling
Flexbox
- Clone repo
git clone https://github.com/react-native-training/materials.git
- Install dependencies
yarn || npm i
- Set up your Android environment if necessary
see the docs for more information, or join our slack and ping us.
- Start packager
npm start
- Run project in your preferred environment
react-native run-ios
or
react-native run-android