@@ -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>