https://github.com/wojteg1337/mobxapp
Basic MobX app with FlatList, StyledComponents, Flow, react-navigation.
https://github.com/wojteg1337/mobxapp
mobx react-native
Last synced: 11 months ago
JSON representation
Basic MobX app with FlatList, StyledComponents, Flow, react-navigation.
- Host: GitHub
- URL: https://github.com/wojteg1337/mobxapp
- Owner: wojteg1337
- Created: 2017-03-25T23:38:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T15:14:11.000Z (about 9 years ago)
- Last Synced: 2025-07-30T21:08:20.829Z (11 months ago)
- Topics: mobx, react-native
- Language: JavaScript
- Homepage:
- Size: 142 KB
- Stars: 104
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MobXApp
Basic MobX app with FlatList, StyledComponents, Flow, react-navigation.
Example for medium blog post:
https://blog.callstack.io/write-react-native-apps-in-2017-style-with-mobx-e2dffc209fcb
## Installation
Simply clone this repository with:
```
git@github.com:wojteg1337/MobXApp.git
```
Install with npm:
```
npm install
```
Start project with:
```
react-native run-ios or via Xcode
```