https://github.com/tsaohucn/bacon
Dating App
https://github.com/tsaohucn/bacon
app dating react react-native
Last synced: 3 months ago
JSON representation
Dating App
- Host: GitHub
- URL: https://github.com/tsaohucn/bacon
- Owner: tsaohucn
- Created: 2017-12-13T14:51:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T08:38:13.000Z (over 6 years ago)
- Last Synced: 2025-01-20T02:39:59.730Z (5 months ago)
- Topics: app, dating, react, react-native
- Language: JavaScript
- Homepage:
- Size: 296 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BACON #
## Notes
* react-native-vector-icons is for react-native-elements
* `npm list {套件名稱}`
* `npm list | grep {套件名稱}`
* `react-native link`
* `react-native upgrade`
* `npm info {套件名稱@x.x.x} version`
* `react-native run-android --variant=release`# Icon
* `npm install -g yo generator-rn-toolbox`
* `yo rn-toolbox:assets --icon `# Clean Cache
## For React Native* `npm run reset`
## For Ios
* `rm -rf ios/build/* && rm -rf ~/.rncache/*`
* `https://github.com/react-native-community/boost-for-react-native/releases/download/v1.63.0-0/boost_1_63_0.tar.gz`
* `npm run reset`
* `react-native bundle --entry-file ./index.ios.js --bundle-output ./ios/bundle/index.ios.jsbundle --platform ios --assets-dest ./ios/bundle --dev false`#### !!
- react@^15.6.1
- 16.0.0-alpha.12