From 1d4595fedc9d60a774c24a5f5ab9dbfadc239ab4 Mon Sep 17 00:00:00 2001 From: Nick Seryakov Date: Sun, 10 Aug 2025 18:37:37 +0400 Subject: [PATCH] Update react-native-libraries.json --- react-native-libraries.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 101e19663..6ab751f47 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16479,5 +16479,16 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/kolking/react-native-parallax-swiper", + "npmPkg": "@kolking/react-native-parallax-swiper", + "examples": [ + "https://github.com/kolking/react-native-parallax-swiper/tree/main/example" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true } ]