From 50246e642329aba14d06db4135aeb8b4ea51845f Mon Sep 17 00:00:00 2001 From: antosmamanktr <57365642+antosmamanktr@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:31:32 +0530 Subject: [PATCH] Update react-native-libraries.json Added new RN package --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 0d420b06..1717dc7a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20069,5 +20069,12 @@ "npmPkg": "react-zlib-js", "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/antosmamanktr/react-native-smooth-collapse", + "npmPkg": "react-native-smooth-collapse", + "ios": true, + "android": true, + "newArchitecture": true } ]