- the expo project create by create-react-native-app -- a npm module.
- Create React Native App will allow users to start React Native project to development and debugging , even they install Xcode or Android Studio not yet in the Linux or Windows environment.
- please visit create-react-native-app for detail
- node
- npm or yarn
- react-native
- android environment or ios environment
- then start your simulator
- or install the Expo app in your phone, please visit https://expo.io. keep your phone on the same local network as this computer.
$ cd bamboo
$ yarn install
$ yarn start
the app will display in your simulator or your phone
- the bluesky project create by node.
- use mongodb database and redis cache
- node
- npm or yarn
- mongodb
- redis
$ cd bluesky
$ yarn install
$ yarn start
node service start
the normal react native project create by commond call 'react-native init'
- node
- npm or yarn
- react-native
- android environment or ios environment
- then start your simulator
- or connect your phone and computer with usb
$ cd hammock
$ yarn install
$ react-native run-android or react-native run-ios
the app will display in your simulator or your phone