Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 515 Bytes

React Native + Mobx List App

This repo goes along with the Medium post React Native with MobX — Getting Started .

To get started with this project, do the following:

1 Clone the repo:

git clone https://github.com/dabit3/react-native-mobx-list-app

2 cd into directory and install dependencies

cd react-native-mobx-list-app && npm i

3 Run project in either iOS or Android environment