Skip to content

Commit

Permalink
android compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Dec 31, 2024
1 parent 4aeada3 commit 8f6c8d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"userInterfaceStyle": "automatic",
"assetBundlePatterns": ["**/*"],
"ios": {
"jsEngine": "jsc",
"splash": {
"image": "./assets/splash-light.png",
"resizeMode": "cover",
Expand Down Expand Up @@ -36,6 +37,7 @@
}
},
"android": {
"jsEngine": "hermes",
"permissions": [
"android.permission.ACCESS_NETWORK_STATE",
"android.permission.ACCESS_WIFI_STATE",
Expand All @@ -58,7 +60,6 @@
"locales": {
"de": "./i18n/de.json"
},
"jsEngine": "jsc",
"plugins": [
[
"expo-build-properties",
Expand All @@ -68,7 +69,6 @@
}
}
],
"react-native-v8",
[
"expo-font",
{
Expand Down
30 changes: 0 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-v8": "^2.3.0",
"react-native-web": "~0.19.6",
"react-native-webview": "^13.12.5",
"react-native-zeroconf": "^0.13.8",
Expand Down

0 comments on commit 8f6c8d0

Please sign in to comment.