Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramongebben/getmehigh-native
Native client for get me high
https://github.com/ramongebben/getmehigh-native
Last synced: about 1 month ago
JSON representation
Native client for get me high
- Host: GitHub
- URL: https://github.com/ramongebben/getmehigh-native
- Owner: RamonGebben
- Created: 2016-01-10T09:04:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T08:50:42.000Z (almost 9 years ago)
- Last Synced: 2023-08-09T23:13:43.392Z (over 1 year ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get me high mobile
## Setup
```bash
[sudo] npm i react-native-cli -g
npm i
```## Running
To run your app on iOS:
Open /ios/getMeHighMobile.xcodeproj in Xcode
Hit the Run button
To run your app on Android:
Have an Android emulator running (quickest way to get started), or a device connected
```bash
cd /getMeHighMobile
react-native run-android
```