Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 722 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 722 Bytes

LuvTree

We love trees 🌲🌳🌴 show others you do too! Post to the community and vote up your favourite ferns, take a photo with a curious connifer or just find out where to go see all the beautiful birch's!

Alllrigh-tree Then!

LuvTree is a fake app, just a bit of fun to learn react native

Setup Maps Key

To get the maps to work you will need an api key for Google maps, it's free, go create one in GCP.

Once done, you can add the key in the android/app/src/main/AndroidManifest.xml as:

<application ...>
  <meta-data
    android:name="com.google.android.geo.API_KEY"
    android:value="YOUR MAP KEY HERE"/>
</application>