Skip to content

whatrocks/von-chomp

Repository files navigation

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

gulp dev

iOS simulation

Run the iOS simulator

react-native run-ios

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

Android emulation

Open the Android Virtual Device manager

android avd

Select one, and click Start.

Run the app in your virtual device:

react-native run-android

To reload, type RR from within the device

Submitting to the App Store

Docs from Apple