We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f259a commit 0bc84beCopy full SHA for 0bc84be
App.js
@@ -1,10 +1,3 @@
1
-/**
2
- * Sample React Native App
3
- * https://github.com/facebook/react-native
4
- *
5
- * @format
6
- * @flow
7
- */
8
import React, { Component } from 'react';
9
import {
10
StyleSheet,
android/app/src/main/AndroidManifest.xml
@@ -14,7 +14,7 @@
14
<!-- You will only need to add this meta-data tag, but make sure it's a child of application -->
15
<meta-data
16
android:name="com.google.android.geo.API_KEY"
17
- android:value="AIzaSyCx60-3gx-i-UgRKTSErDhX7ZEmvb_yo5c"/>
+ android:value="AIzaSyBLytYhLUD57b4v8MO-0vrWTQzNxwxSkaY"/>
18
19
<activity
20
android:name=".MainActivity"
0 commit comments