Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 631 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 631 Bytes

React Native Map App

This is a simple mobile application that will receive location search from user and return a list of matched locations.

The user can click on the desired location to view the map on another screen.

The search history will be saved and the user is allowed to view back the specific location and to delete the location from the search history.


Installation (to install all the dependencies required for this application):

npm install

&

cd ios
pod install

Launch the app:

npx react-native run-android 

or

npx react-native run-ios