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

View File

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