- It is a Demo in react native with maps and search.
- You can search for place and it redirect to the maps coordinated.
Install the dependencies and devDependencies and start the server.
git clone https://github.com/asfaqehussain/RN_mapsDemo.git
cd RN_mapsDemo
npm i OR yarn install
npm run-andorid OR yarn android
npm start OR yarn start
Note:
You need to add your GooglePlacesAutocomplete API key to access the places search and Maps in the app
I would appreciate if you could make suggestions or corrections.