Counter app for iOS and Android written in Typescript and React Native.
Run gulp to watch for changes in the /src
folder
gulp dev
Run the iOS simulator
react-native run-ios
Don't forget to enable Hot Reloading in the iOS Device Simulator!
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
Docs from Apple