We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f7b1c commit 6f4328dCopy full SHA for 6f4328d
app.config.ts
@@ -41,7 +41,7 @@ export default ({config}: ConfigContext): ExpoConfig => ({
41
{
42
// https://github.com/software-mansion/react-native-screens/issues/2219
43
ios: {newArchEnabled: true},
44
- android: {newArchEnabled: true},
+ android: {newArchEnabled: false},
45
},
46
],
47
// @ts-ignore
bun.lockb
32 Bytes
package.json
@@ -94,7 +94,7 @@
94
"react-native-reanimated-carousel": "^3.5.1",
95
"react-native-safe-area-context": "4.10.5",
96
"react-native-screens": "3.31.1",
97
- "react-native-svg": "15.2.0",
+ "react-native-svg": "15.5.0",
98
"react-native-tab-view": "^3.5.2",
99
"react-native-url-polyfill": "^2.0.0",
100
"react-native-web": "~0.19.12",
0 commit comments