wireframe application for react native with mobx / styled-components / react-navigation
this project is configured with RN 0.61.4, created by npx react-native init
- mobx(5.14.2)
- styled-components(4.4.1)
- react-navigation(4.0.10)
- in terminal,
npx react-native init YOUR_APP_NAME - copy
App.js / bable.config.js / index.js / package.json / srcfrom your app directory - change name in
package.jsontoYOUR_APP_NAME - in terminal,
cd YOUR_APP_NAME,npm install cd ios,pod install,cd ..- hit
react-native run-iosor run with yourtest.xcworkspacefile inios/directory
that's all. enjoy!