Goal-Tracker-React-Native
to run you must have expo CLI too installed
$ Expo start
To get the app running in an emulator
you must have an android and or ios emulator installed.
command line for emulator starting on Linux and you have to have the sdk emulator tools installed and emulator added to # path.
to see what emulators are installed
$ emulator -list-avds
to start emulator don't forget the @ sign in front of it.
$ emulator @name_of_emulator
once emulator is started type 'a' to transfer the app to the emulator