A mobile application built using React Native.
- NodeJS
- Expo
To Run or test the app on your PC.
- Download the repository into your PC.
- Run
npm install
in the folder, this will install all npm required packages. - Run
npm install react-native-view-shot
in the folder, - Run
npm install @expo/vector-icons
in the folder, - Run
npm install expo-camera
in the folder, - Run
npm install expo-constants
in the folder, - Run
npm install expo-location
in the folder, - Open CameraScreen.js and add your own api key on line 16.
Example: Location.setGoogleApiKey("YOUR API KEY");
Geocode API : Click - To Run the app
npm start
. - Follow the instructions from the terminal to preview the app on your phone.