|
|
@@ -172,7 +172,7 @@ const LocationSharingScreen = ({ navigation }: { navigation: any }) => {
|
|
|
// setOpenSettingsBackgroundVisible(true);
|
|
|
// }
|
|
|
} else {
|
|
|
- await startBackgroundLocationUpdates();
|
|
|
+ // await startBackgroundLocationUpdates();
|
|
|
}
|
|
|
} else if (!canAskAgain || !isServicesEnabled) {
|
|
|
setOpenSettingsVisible(true);
|
|
|
@@ -233,7 +233,7 @@ const LocationSharingScreen = ({ navigation }: { navigation: any }) => {
|
|
|
// setOpenSettingsBackgroundVisible(true);
|
|
|
// }
|
|
|
} else {
|
|
|
- await startBackgroundLocationUpdates();
|
|
|
+ // await startBackgroundLocationUpdates();
|
|
|
}
|
|
|
} else if (!canAskAgain || !isServicesEnabled) {
|
|
|
setOpenSettingsVisible(true);
|
|
|
@@ -271,7 +271,7 @@ const LocationSharingScreen = ({ navigation }: { navigation: any }) => {
|
|
|
</View>
|
|
|
</TouchableOpacity>
|
|
|
|
|
|
- <TouchableOpacity
|
|
|
+ {/* <TouchableOpacity
|
|
|
style={[
|
|
|
styles.alignStyle,
|
|
|
styles.buttonWrapper,
|
|
|
@@ -298,7 +298,7 @@ const LocationSharingScreen = ({ navigation }: { navigation: any }) => {
|
|
|
style={{ transform: 'scale(0.8)' }}
|
|
|
/>
|
|
|
</View>
|
|
|
- </TouchableOpacity>
|
|
|
+ </TouchableOpacity> */}
|
|
|
|
|
|
<View style={{ marginVertical: 12, gap: 6 }}>
|
|
|
<Text style={[textStyles.text, textStyles.boldText]}>
|
|
|
@@ -313,13 +313,13 @@ const LocationSharingScreen = ({ navigation }: { navigation: any }) => {
|
|
|
show your current location to other users who also share theirs
|
|
|
</Text>
|
|
|
</View>
|
|
|
- <View style={textStyles.bulletItem}>
|
|
|
+ {/* <View style={textStyles.bulletItem}>
|
|
|
<Text style={textStyles.bulletIcon}>{'\u2022'}</Text>
|
|
|
<Text style={[textStyles.text, { flex: 1 }]}>
|
|
|
automatically mark regions (and DARE places) as visited in the Regions section as well
|
|
|
as in the Trips section
|
|
|
</Text>
|
|
|
- </View>
|
|
|
+ </View> */}
|
|
|
|
|
|
<Text style={[textStyles.text, { marginTop: 6 }]}>
|
|
|
You can choose how you want to share your location:
|
|
|
@@ -331,14 +331,14 @@ const LocationSharingScreen = ({ navigation }: { navigation: any }) => {
|
|
|
updates only when you open the app. This uses less battery but may be less accurate.
|
|
|
</Text>
|
|
|
</View>
|
|
|
- <View style={textStyles.bulletItem}>
|
|
|
+ {/* <View style={textStyles.bulletItem}>
|
|
|
<Text style={textStyles.bulletIcon}>{'\u2022'}</Text>
|
|
|
<Text style={[textStyles.text, { flex: 1 }]}>
|
|
|
<Text style={textStyles.boldText}>In the background</Text> – Your location stays up to
|
|
|
date even when the app is closed. Other users see your latest location, and visited
|
|
|
regions and DARE places are marked automatically.
|
|
|
</Text>
|
|
|
- </View>
|
|
|
+ </View> */}
|
|
|
<Text style={[textStyles.text]}>
|
|
|
You’re always in control, and you can change these settings anytime in the app{' '}
|
|
|
<Text
|