This commit is contained in:
Malte Thöming
2025-11-02 23:30:02 +01:00
parent 784eb3afe1
commit 9b1ded46f8
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

@@ -119,7 +119,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={{