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

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

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