Skip to content

react-native-training/fundamentals-materials

Repository files navigation

Chek out ReactNative.training and contact us if you would like us to come to your company and deliver an existing curriculum or tailored training experience.

To use with Expo, check out this branch

Training Materials for React Native Fundamentals Workshop

What is covered in this project:

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

To get started:

  1. Clone repo
git clone https://github.com/react-native-training/materials.git
  1. Install dependencies
yarn || npm i
  1. Set up your Android environment if necessary

see the docs for more information, or join our slack and ping us.

  1. Start packager
npm start
  1. Run project in your preferred environment
react-native run-ios

or

react-native run-android