Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 872 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 872 Bytes

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