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

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.

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