Skip to content

Commit 6f4328d

Browse files
committed
fix(android): build
1 parent 67f7b1c commit 6f4328d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default ({config}: ConfigContext): ExpoConfig => ({
4141
{
4242
// https://github.com/software-mansion/react-native-screens/issues/2219
4343
ios: {newArchEnabled: true},
44-
android: {newArchEnabled: true},
44+
android: {newArchEnabled: false},
4545
},
4646
],
4747
// @ts-ignore

bun.lockb

32 Bytes
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"react-native-reanimated-carousel": "^3.5.1",
9595
"react-native-safe-area-context": "4.10.5",
9696
"react-native-screens": "3.31.1",
97-
"react-native-svg": "15.2.0",
97+
"react-native-svg": "15.5.0",
9898
"react-native-tab-view": "^3.5.2",
9999
"react-native-url-polyfill": "^2.0.0",
100100
"react-native-web": "~0.19.12",

0 commit comments

Comments
 (0)