leon 1 tahun lalu
induk
melakukan
7897617d91
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/pages/map/map.tsx

+ 1 - 1
src/pages/map/map.tsx

@@ -19,7 +19,7 @@ export default function map() {
 
     useEffect(() => {
         navigation.setOptions({
-            headerTitle: '',
+            headerTitle: 'Choose Location',
             headerRight: () => {
                 return <View>
                     <Text onClick={confirmChoose} style={{ color: '#fff', marginRight: 15 }}>Done</Text>