leon 1 년 전
부모
커밋
7897617d91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>