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)
- Host: GitHub
- URL: https://github.com/yjb94/react-native-frame
- Owner: yjb94
- Created: 2019-11-07T04:38:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:40:49.000Z (over 3 years ago)
- Last Synced: 2025-03-11T06:50:38.397Z (over 1 year ago)
- Topics: mobx, react-native, react-navigation, styled-components
- Language: JavaScript
- Homepage:
- Size: 2.55 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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!