Skip to content

Commit f310be9

Browse files
committed
changes
1 parent d930d2e commit f310be9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

06/chatApp/screens/Login.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ const styles = StyleSheet.create({
103103
borderRadius: 10,
104104
padding: 12,
105105
},
106+
106107
backImage: {
107108
width: "100%",
108109
height: 340,

06/map/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React, { useState } from "react";
22
import MapView, { Callout, Circle, Marker } from "react-native-maps";
33
import { StyleSheet, View, Text } from "react-native";
44
import { GooglePlacesAutocomplete } from "react-native-google-places-autocomplete";
5+
import Constants from "expo-constants";
56

67
export default function App() {
78
const [pin, setPin] = useState({
@@ -34,7 +35,7 @@ export default function App() {
3435
});
3536
}}
3637
query={{
37-
key: "AIzaSyA7bj1RIYNsklS7GwFMfzYuaeS-MyZwZU0",
38+
key: Constants.manifest.extra.key,
3839
language: "en",
3940
// components: "country: us",
4041
types: "establishment",

0 commit comments

Comments
 (0)