From 17180a44e419c5a2803b6494f809b167b41265de Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Wed, 11 Mar 2026 15:11:15 +0100 Subject: [PATCH] add few new libraries --- react-native-libraries.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 0f4be9e4..c6734713 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19957,5 +19957,26 @@ "android": true, "ios": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/satya164/react-native-showtime", + "images": ["https://raw.githubusercontent.com/satya164/react-native-showtime/main/demo.webp"], + "examples": ["https://github.com/satya164/react-native-showtime/tree/main/example"], + "ios": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/Guccio163/react-native-reshuffled", + "examples": ["https://github.com/Guccio163/react-native-reshuffled/tree/main/example"], + "ios": true, + "android": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/bluesky-social/expo-scroll-edge-effect", + "npmPkg": "@bsky.app/expo-scroll-edge-effect", + "examples": ["https://github.com/bluesky-social/expo-scroll-edge-effect/tree/main/example"], + "ios": true, + "newArchitecture": true } ]