Skip to content

Commit 0bc84be

Browse files
committed
Changed google map key
1 parent e6f259a commit 0bc84be

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

App.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Sample React Native App
3-
* https://github.com/facebook/react-native
4-
*
5-
* @format
6-
* @flow
7-
*/
81
import React, { Component } from 'react';
92
import {
103
StyleSheet,

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- You will only need to add this meta-data tag, but make sure it's a child of application -->
1515
<meta-data
1616
android:name="com.google.android.geo.API_KEY"
17-
android:value="AIzaSyCx60-3gx-i-UgRKTSErDhX7ZEmvb_yo5c"/>
17+
android:value="AIzaSyBLytYhLUD57b4v8MO-0vrWTQzNxwxSkaY"/>
1818

1919
<activity
2020
android:name=".MainActivity"

0 commit comments

Comments
 (0)