Skip to content

Commit 12e29d5

Browse files
authored
fix(android): Fix android newArch build (#864)
1 parent 0f4bac8 commit 12e29d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-native-gesture-handler": "^2.16.2",
2929
"react-native-reanimated": "3.12.0",
3030
"react-native-safe-area-context": "^4.10.4",
31-
"react-native-screens": "^3.12.1",
31+
"react-native-screens": "3.31.1",
3232
"react-native-svg": "^15.3.0",
3333
"react-native-tab-view": "^3.3.0"
3434
},

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6623,10 +6623,10 @@ react-native-safe-area-context@^4.10.4:
66236623
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.10.9.tgz#6ab82dc866ab499b101b033cb0f5b40125a4d410"
66246624
integrity sha512-wz/JXV1kARWyP5q93PFNKQP03StVBimOK7rRYEJjM+blZdXbM6H7EP3XhQUb6OK620+0M1AzpcGgyTHvgSJNAw==
66256625

6626-
react-native-screens@^3.12.1:
6627-
version "3.34.0"
6628-
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.34.0.tgz#1291a460c5bc59e2ba581b42d40fa9a58d3b1197"
6629-
integrity sha512-8ri3Pd9QcpfXnVckOe/Lnto+BXmSPHV/Q0RB0XW0gDKsCv5wi5k7ez7g1SzgiYHl29MSdiqgjH30zUyOOowOaw==
6626+
react-native-screens@3.31.1:
6627+
version "3.31.1"
6628+
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.31.1.tgz#909a890f669e32b0fb1b1410278b71ad2f8238f6"
6629+
integrity sha512-8fRW362pfZ9y4rS8KY5P3DFScrmwo/vu1RrRMMx0PNHbeC9TLq0Kw1ubD83591yz64gLNHFLTVkTJmWeWCXKtQ==
66306630
dependencies:
66316631
react-freeze "^1.0.0"
66326632
warn-once "^0.1.0"

0 commit comments

Comments
 (0)