Skip to content

Commit b5990fb

Browse files
authored
fix: @react-native-cookies/cookies doesn't support New Architecture (#2156)
1 parent fcc61f3 commit b5990fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

react-native-libraries.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3271,7 +3271,8 @@
32713271
"android": true,
32723272
"fireos": true,
32733273
"vegaos": "@amazon-devices/react-native-cookies__cookies",
3274-
"newArchitecture": true
3274+
"newArchitecture": false,
3275+
"alternatives": ["@preeternal/react-native-cookie-manager"]
32753276
},
32763277
{
32773278
"githubUrl": "https://github.com/souvik-ghosh/react-native-create-thumbnail",
@@ -19229,7 +19230,6 @@
1922919230
},
1923019231
{
1923119232
"githubUrl": "https://github.com/software-mansion-labs/react-native-enriched-markdown",
19232-
"npmPkg": "react-native-enriched-markdown",
1923319233
"examples": [
1923419234
"https://github.com/software-mansion-labs/react-native-enriched-markdown/tree/main/example"
1923519235
],
@@ -19279,7 +19279,6 @@
1927919279
},
1928019280
{
1928119281
"githubUrl": "https://github.com/rahulmandyal1/react-native-nitro-wallpaper",
19282-
"npmPkg": "react-native-nitro-wallpaper",
1928319282
"examples": ["https://github.com/rahulmandyal1/react-native-nitro-wallpaper/tree/main/example"],
1928419283
"android": true,
1928519284
"newArchitecture": true

0 commit comments

Comments
 (0)