Counter app for iOS and Android written in Typescript and React Native.
Run gulp to watch for changes in the /src folder
gulp devRun the iOS simulator
react-native run-iosDon't forget to enable Hot Reloading in the iOS Device Simulator!
Open the Android Virtual Device manager
android avdSelect one, and click Start.
Run the app in your virtual device:
react-native run-androidTo reload, type RR from within the device
Docs from Apple
