Project Configuration
This section will need to configuration Google Api for iOS/Android to API Services for React Native Apps
1.Google Places API Set-Up
Sign up for: console.developers.google.com .
Generate your Google Places API key for your application.
2.Add API KEY (webservice)
In your AndroidManifest.xml file, request location permissions and add your API key in a meta-data tag (ensure you are within the
<application>
tag as follows:
Example to add objet: