From 2f3d2c9e10ab7a4d3e1cdd79e3e3be9ba3bf1ad9 Mon Sep 17 00:00:00 2001 From: Simek Date: Fri, 5 Sep 2025 12:45:44 +0200 Subject: [PATCH 1/2] add few libraries entries --- react-native-libraries.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 321ec9473..fc2b9bb10 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14488,7 +14488,7 @@ ], "ios": true, "android": true, - "newArchitecture": true + "newArchitecture": true }, { "githubUrl": "https://github.com/pioner92/rn-fade-wrapper", @@ -16945,5 +16945,23 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/software-mansion-labs/react-native-enriched", + "examples": ["https://github.com/software-mansion-labs/react-native-enriched/tree/main/example"], + "ios": true, + "android": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/hyochan/react-native-masonry-list", + "examples": ["https://github.com/hyochan/react-native-masonry-list/tree/main/MasonryExample"], + "ios": true, + "android": true + }, + { + "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-glass-effect", + "ios": true, + "newArchitecture": true } ] From 1164a56777c9b5364ad82e45287eee9bc013c097 Mon Sep 17 00:00:00 2001 From: Simek Date: Fri, 5 Sep 2025 12:47:52 +0200 Subject: [PATCH 2/2] add missing npmPkg --- react-native-libraries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index fc2b9bb10..f13d6e067 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16955,6 +16955,7 @@ }, { "githubUrl": "https://github.com/hyochan/react-native-masonry-list", + "npmPkg": "@react-native-seoul/masonry-list", "examples": ["https://github.com/hyochan/react-native-masonry-list/tree/main/MasonryExample"], "ios": true, "android": true