mytrackker-fe
PLA-32820 Course work
This is an Mobile Application for Android and iOS made with React Native.
Expo is used in developing and building App.
App uses Grapql Backend mytrackker-be
Tested only with an Android Phone as I don't personally have an iOS device.
Installation
Run following commands to install npm packages
$ sudo npm install expo -g
$ npm install
Also set your Google Map Api Key in app.json
Development
Run command and follow Expo's instructions
$ npm start
Build
Run command and follow Expo's instuctions
$ expo build:android