install react-native-maps code example
Example 1: react native map install npm
npm install react-native-maps --save-exact
Example 2: react native maps api key
<application> <meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR_API_KEY"/></application>