update
This commit is contained in:
7
app.json
7
app.json
@@ -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": {
|
||||
|
||||
@@ -119,7 +119,6 @@ export default function HomeScreen() {
|
||||
<View style={styles.header}>
|
||||
<TouchableOpacity
|
||||
onPress={() => {
|
||||
haptikFeedback();
|
||||
router.push("/legal");
|
||||
}}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user