mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
Update app.json icon path and downgrade @shopify/react-native-skia version in package.json for compatibility
This commit is contained in:
parent
804e38824d
commit
f96c45f831
3 changed files with 1078 additions and 349 deletions
2
app.json
2
app.json
|
|
@ -4,7 +4,7 @@
|
|||
"slug": "nuvio",
|
||||
"version": "1.0.0",
|
||||
"orientation": "default",
|
||||
"icon": "./assets/splash-icon.png",
|
||||
"icon": "./assets/icon.png",
|
||||
"userInterfaceStyle": "dark",
|
||||
"scheme": "stremioexpo",
|
||||
"newArchEnabled": true,
|
||||
|
|
|
|||
1422
package-lock.json
generated
1422
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -24,7 +24,7 @@
|
|||
"@react-navigation/stack": "^7.2.10",
|
||||
"@sentry/react-native": "^6.15.1",
|
||||
"@shopify/flash-list": "1.7.3",
|
||||
"@shopify/react-native-skia": "^2.1.1",
|
||||
"@shopify/react-native-skia": "^1.12.4",
|
||||
"@types/lodash": "^4.17.16",
|
||||
"@types/react-native-video": "^5.0.20",
|
||||
"axios": "^1.10.0",
|
||||
|
|
@ -64,7 +64,6 @@
|
|||
"react-native-reanimated": "~3.16.1",
|
||||
"react-native-safe-area-context": "4.12.0",
|
||||
"react-native-screens": "~4.4.0",
|
||||
"react-native-shared-element": "^0.8.9",
|
||||
"react-native-svg": "^15.11.2",
|
||||
"react-native-tab-view": "^4.0.10",
|
||||
"react-native-url-polyfill": "^2.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue