Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christoph-jerolimov/react-native-examples
A bunch of small and (hopefully) readable react-native examples
https://github.com/christoph-jerolimov/react-native-examples
Last synced: 28 days ago
JSON representation
A bunch of small and (hopefully) readable react-native examples
- Host: GitHub
- URL: https://github.com/christoph-jerolimov/react-native-examples
- Owner: christoph-jerolimov
- Created: 2016-03-15T00:08:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-30T19:26:23.000Z (over 8 years ago)
- Last Synced: 2024-11-25T12:16:18.547Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 182 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A bunch of small and (hopefully) readable [react-native](http://facebook.github.io/react-native/) examples
**Basics**
* [100 Generated Project](100 Generated Project)
* [101 Minimal Project](101 Minimal Project)
* [102 Flexbox](102 Flexbox)
* [103 Platform Switch](103 Platform Switch)
* 105 UI Components
* 106 Non-UI Modules
* [111 ScrollView](111 ScrollView)
* [121 ListView](121 ListView)
* [122 ListView with Sections](122 ListView with Sections)
* [151 Layout Animations](151 Layout Animations)
* [152 View Animations](152 View Animations)**Navigation (concepts and libraries)**
* [201 Legacy Navigator](201 Legacy Navigator)
* 202 Legacy Navigator with Autopilot
* [211 Legacy NavigatorIOS](211 Legacy NavigatorIOS)
* 212 Legacy NavigatorIOS with Autopilot
* 221 ExNavigator
* 222 ExNavigator with Autopilot
* [231 Experimental Navigator](231 Experimental Navigator)**Scale the app structure with Redux & Co.**
* [301 Redux](301 Redux)
* [302 Redux with Persistance](302 Redux with Persistance)**Improving the build infrastructure (type checks, linting, testing, ...)**
* 401 Using Flow
* 402 Using TypeScript
* 411 Linting with ESLint
* 421 Testing with Mocha
* 431 Testing with Jest
* 441 Testing with Enzyme
* 501 Prepare a Release
* 502 Fastlane Integration
* 601 Custom UI Component
* 602 Custom Non-UI Module