An open API service indexing awesome lists of open source software.

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

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

![](http://i.imgur.com/5d12I8L.png)

## 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
```