diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-08-31 16:45:39 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-08-31 16:45:39 +0200 |
commit | 6a99bf48f8f46f6d50e93286ee158c5bf9112819 (patch) | |
tree | 1c16450e05d204aa57b9d6eac7f49f44c6492151 /app/(tabs)/index.tsx | |
parent | bafd0b8c5ddd6f769a834618de8b03688f0fd835 (diff) |
Show alert details
Diffstat (limited to 'app/(tabs)/index.tsx')
-rw-r--r-- | app/(tabs)/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 48c47b4..960a502 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -166,7 +166,7 @@ export default function HomeScreen() { initialRegion={region} style={styles.map} > - <Marker coordinate={coordinates} title="Start Point" /> + <Marker coordinate={coordinates} title="Me" /> </MapView> </View> </> |