Environment for CS Capstone Project
Using Expo Go
- easy to set up.
- can easily test on physical devices -> install Expo Go on the app store (Android and iOS)
- works with native virtual emulators too (iOS and Android)
- Databases and hosting has been removed due to costs, please message us if you are interested in a demo!
To install all dependencies, first enter into GeoNewsFinder4:
cd GeoNewsFinder4
and then,
npm install
To run on local iOS emulator (i.e Xcode Simulator)
npm run ios
To run on local host
npm run web