Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyochan/react-native-training
React Native Tutorials
https://github.com/hyochan/react-native-training
react-native
Last synced: about 1 month ago
JSON representation
React Native Tutorials
- Host: GitHub
- URL: https://github.com/hyochan/react-native-training
- Owner: hyochan
- Created: 2018-12-12T17:34:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T22:23:18.000Z (almost 6 years ago)
- Last Synced: 2024-12-20T16:02:19.076Z (about 2 months ago)
- Topics: react-native
- Language: JavaScript
- Size: 4.27 MB
- Stars: 42
- Watchers: 6
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Training
#### 1. [Installation](https://github.com/dooboolab/react-native-training/blob/master/Intallation.md#ios-installation)
#### 2. [ES6](https://github.com/dooboolab/react-native-training/blob/master/es6.md)
#### 3. [React Native Components](https://github.com/dooboolab/react-native-training/blob/master/react-native-components.md)
#### 4-5. [Props & State & Style](https://github.com/dooboolab/react-native-training/blob/master/props-state-style.md)#### 6. Building screens
- You can navigate to [project](https://github.com/dooboolab/react-native-training/blob/master/building-screens) to see how to build up the `screen` components.#### 7. [Flow](https://github.com/dooboolab/react-native-training/blob/master/flow.md)
#### 8. [React Navigation](https://github.com/dooboolab/react-native-training/blob/master/react-navigation.md)
#### 9. [Jest & Enzyme](https://github.com/dooboolab/react-native-training/blob/master/jest-enzyme.md)
#### 10. [React Life Cycle](https://github.com/dooboolab/react-native-training/blob/master/react-life-cycle.md)
#### 11. [React Native Animation](https://github.com/dooboolab/react-native-training/blob/master/react-native-animation.md)
#### 12. [React Native Modules](https://github.com/dooboolab/react-native-training/blob/master/react-native-modules.md)
#### 13. [React Native Global State Management](https://github.com/dooboolab/react-native-training/blob/master/react-native-global-state.md)
#### 14. [Releasing App](https://github.com/dooboolab/react-native-training/blob/master/releasing-app.md)
#### 15. [What's not Covered](https://github.com/dooboolab/react-native-training/blob/master/not-covered.md)