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

https://github.com/yjb94/react-native-frame

wireframe application for react native(mobx / styled-components / react-navigation)
https://github.com/yjb94/react-native-frame

mobx react-native react-navigation styled-components

Last synced: 2 months ago
JSON representation

wireframe application for react native(mobx / styled-components / react-navigation)

Awesome Lists containing this project

README

          

# react-native-frame
wireframe application for react native with mobx / styled-components / react-navigation

## Version compatible
this project is configured with RN 0.61.4, created by `npx react-native init`

## Inclued libraries

1. mobx(5.14.2)
1. styled-components(4.4.1)
1. react-navigation(4.0.10)

## steps to initialize new app

1. in terminal, `npx react-native init YOUR_APP_NAME`
1. copy `App.js / bable.config.js / index.js / package.json / src` from your app directory
1. change **name** in `package.json` to `YOUR_APP_NAME`
1. in terminal, `cd YOUR_APP_NAME`, `npm install`
1. `cd ios`, `pod install`, `cd ..`
1. hit `react-native run-ios`or run with your `test.xcworkspace` file in `ios/` directory

that's all. enjoy!