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

https://github.com/whatrocks/von-chomp

Monster iOS app who loves counting things!
https://github.com/whatrocks/von-chomp

android animation fitness ios monster react-native toy typescript

Last synced: 2 months ago
JSON representation

Monster iOS app who loves counting things!

Awesome Lists containing this project

README

          

# von-chomp
Counter app for iOS and Android written in Typescript and React Native.

## Dev setup

### TypeScript
Run gulp to watch for changes in the `/src` folder
```bash
gulp dev
```

### iOS simulation
Run the iOS simulator
```bash
react-native run-ios
```

Don't forget to enable Hot Reloading in the iOS Device Simulator!

### Android emulation
Open the Android Virtual Device manager
```bash
android avd
```

Select one, and click `Start`.

Run the app in your virtual device:
```bash
react-native run-android
```

To reload, type `RR` from within the device

## Submitting to the App Store

Docs from [Apple](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/UploadingYourApptoiTunesConnect/UploadingYourApptoiTunesConnect.html#//apple_ref/doc/uid/TP40012582-CH36)