A template React Native project using MobX and Typescript
- Change project
name
anddisplayName
onapp.json
, thename
will affect the name ofios
andandroid
project on step 3 - run
npm install
- run
react-native eject
to createios
andandroid
folder - run
react-native link react-native-gesture-handler
to linkreact-navigation
library - run
react-native run-ios
orreact-native run-android
to start the application