https://github.com/react-native-training/fundamentals-materials
React Native Training - Materials Example App
https://github.com/react-native-training/fundamentals-materials
javascript-training react react-native react-native-training reactnative training-materials
Last synced: 3 months ago
JSON representation
React Native Training - Materials Example App
- Host: GitHub
- URL: https://github.com/react-native-training/fundamentals-materials
- Owner: react-native-training
- Created: 2017-05-02T00:48:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T18:55:36.000Z (about 8 years ago)
- Last Synced: 2025-06-04T18:15:40.407Z (4 months ago)
- Topics: javascript-training, react, react-native, react-native-training, reactnative, training-materials
- Language: JavaScript
- Homepage: http://reactnative.training/
- Size: 2.16 MB
- Stars: 220
- Watchers: 11
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chek out [ReactNative.training](http://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](https://github.com/react-native-training/fundamentals-materials/tree/with-crna) 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
```2. Install dependencies
```
yarn || npm i
```3. Set up your Android environment if necessary
see [the docs](https://facebook.github.io/react-native/docs/getting-started.html) for more information, or [join our slack](https://reactnativetraining.herokuapp.com/) and ping us.
4. Start packager
```
npm start
```5. Run project in your preferred environment
```
react-native run-ios
```
or
```
react-native run-android
```