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.
npm install
&
cd ios
pod install
npx react-native run-android
or
npx react-native run-ios