From f9bae41ac5dae51d36e421b8cc03fcd1046dd25a Mon Sep 17 00:00:00 2001 From: Alex Shumihin Date: Sun, 6 Apr 2025 14:22:08 +0200 Subject: [PATCH 1/2] Update react-native-libraries.json --- react-native-libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 519e35096..66b386da9 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14264,5 +14264,13 @@ "examples": ["https://github.com/PostHog/posthog-react-native-session-replay/tree/main/example"], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/pioner92/rn-fade-wrapper", + "npmPkg": "https://www.npmjs.com/package/rn-fade-wrapper", + "examples": ["https://github.com/pioner92/rn-fade-wrapper/tree/main/example"], + "ios": true, + "android": true, + "newArchitecture": true } ] From 5bcec3e3dcc52f6a4b1ceefd235d810954412170 Mon Sep 17 00:00:00 2001 From: Alex Shumihin Date: Sun, 6 Apr 2025 21:38:30 +0200 Subject: [PATCH 2/2] Update react-native-libraries.json --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 66b386da9..4bb98f3d9 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14267,7 +14267,7 @@ }, { "githubUrl": "https://github.com/pioner92/rn-fade-wrapper", - "npmPkg": "https://www.npmjs.com/package/rn-fade-wrapper", + "npmPkg": "rn-fade-wrapper", "examples": ["https://github.com/pioner92/rn-fade-wrapper/tree/main/example"], "ios": true, "android": true,