Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```