Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 933 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 933 Bytes

ReactNavtiveGoogleMap

Personal RN project with react-native-maps and New Zealand Education Counts for Android. The project is on going.

Installation

See Inatlation instruction from react-native-maps and please update google API key for map, ./android/app/src/main/AndroidManifest.xml.

Dev

$ react-native run-android

Build (Generating the release APK)

$ cd android && ./gradlew assembleRelease

The generated APK can be found under ./android/app/build/outputs/apk/app-release.apk, and is ready to be distributed.

TODO

  • Init'd with react-native-maps
  • Google location search bar
  • Create API
  • Add filter and show details
  • Material UI design and slide menu
  • Add Pie chart
  • ios version (when I buy a Mac.)