Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 866 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 866 Bytes

favorite places app.

This App lets you keep a memory of your favorite place you've visited or planning to visit It lets you add the following:

take pictures access location pinpoint location on a map Drag marker to an exact location on a map Preview

contains some native api (Android & IOS) implementations such as

  1. Camera
  2. Maps
  3. Location
  4. Permissions
  5. In-device data storage.

Libraries used:

  1. expo-image-picker - To open camera and take pictures
  2. expo-location - To locate user current location
  3. react-native-maps - To display maps natively
  4. expo-sqlite - For in-device data storage