From 6d028402d7a84895e79dcca9372d558aac7c0901 Mon Sep 17 00:00:00 2001 From: orcunorcun Date: Mon, 9 Mar 2026 10:45:59 +0900 Subject: [PATCH 1/2] Add react-native-masked-animated-view and react-native-rich-modal entries --- react-native-libraries.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 808214a3..c50906b2 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19932,5 +19932,18 @@ "android": true, "ios": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/orcunorcun/react-native-masked-animated-view", + "examples": ["https://github.com/orcunorcun/react-native-masked-animated-view/tree/master/example"], + "android": true, + "ios": true + }, + { + "githubUrl": "https://github.com/orcunorcun/react-native-rich-modal", + "examples": ["https://github.com/orcunorcun/react-native-rich-modal/tree/master/example"], + "android": true, + "ios": true, + "newArchitecture": true } ] From 4421b47603e1e0104e6b04465f016964f44ac791 Mon Sep 17 00:00:00 2001 From: orcunorcun Date: Mon, 9 Mar 2026 11:15:41 +0900 Subject: [PATCH 2/2] Format masked-animated-view examples array --- react-native-libraries.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index c50906b2..082803d9 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19935,7 +19935,9 @@ }, { "githubUrl": "https://github.com/orcunorcun/react-native-masked-animated-view", - "examples": ["https://github.com/orcunorcun/react-native-masked-animated-view/tree/master/example"], + "examples": [ + "https://github.com/orcunorcun/react-native-masked-animated-view/tree/master/example" + ], "android": true, "ios": true },