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!
- Host: GitHub
- URL: https://github.com/whatrocks/von-chomp
- Owner: whatrocks
- Created: 2017-02-08T03:44:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T06:25:40.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T20:33:06.730Z (over 1 year ago)
- Topics: android, animation, fitness, ios, monster, react-native, toy, typescript
- Language: TypeScript
- Homepage:
- Size: 4.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)