In this project, I have worked with all Native Device Features like Camera, Location, etc. to create a Location App using Google Maps in the React Native Environment using Expo.
1- Install Expo-Client App in your android/ios mobile device from Playstore/Appstore. https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en_IN
2- Go to https://expo.io/@adityakshettri/the-location-app in your desktop and scan the QR code from your Expo-client App in your android/ios mobile device.
OR
2- Go to https://expo.io/--/to-exp/exp%3A%2F%2Fexp.host%2F%40adityakshettri%2Fthe-location-app in the browser from your android/ios mobile device.
OR
2- Go to @adityakshettri/the-location-app directly inside the Expo Client app in your android/ios mobile device.
3- This will automatically run my app in the Expo Client app in your android/ios mobile device. Now you can save various images with location in your app.
4- Also, my app will be automatically updated in your android/ios mobile device whenever it is required.
1- Download the entire project as a zip file and open it in Visual Studio after unzipping.
2- Install expo-cli in your system for working with react-native in an easy way.
npm install -g expo-cli
3- Download all the dependencies in package.json using:
cd ProjectFolder
npm install
4- Run the project using:
npm start
5- This will open the expo server in your browser with a QR code on the bottom left of the screen.
6- Download Expo-Client App in your android/ios mobile device. Open the App and scan the QR code in the browser from it.
7- This will open the App in phone and your can work on it.