This commit is contained in:
DevOFVictory
2025-11-02 23:37:47 +01:00
2 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "FLTR",
"slug": "fltr-app",
"version": "1.0.1",
"version": "1.0.2",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "fltrapp",
@@ -10,7 +10,10 @@
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "de.berg-autosoft.fltr"
"bundleIdentifier": "de.berg-autosoft.fltr",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"adaptiveIcon": {

View File

@@ -166,7 +166,6 @@ export default function HomeScreen() {
<View style={styles.header}>
<TouchableOpacity
onPress={() => {
haptikFeedback();
router.push("/legal");
}}
style={{