From fa4e5551f2fd432cc7f487127a0ba524da2e30ce Mon Sep 17 00:00:00 2001 From: testshallpass Date: Thu, 5 Feb 2026 18:11:08 -0500 Subject: [PATCH 1/2] add simple stepper and thumbnail selector --- react-native-libraries.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 68abaf4e..51f9261a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19553,5 +19553,25 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/testshallpass/react-native-simple-stepper", + "npmPkg": "react-native-simple-stepper", + "examples": ["https://github.com/testshallpass/react-native-simple-stepper/tree/main/example"], + "images": [ + "https://github.com/testshallpass/react-native-simple-stepper/blob/main/screenshots/stepper.png" + ], + "android": true, + "ios": true + }, + { + "githubUrl": "https://github.com/testshallpass/react-native-thumbnail-selector", + "npmPkg": "react-native-thumbnail-selector", + "examples": ["https://github.com/testshallpass/react-native-thumbnail-selector/tree/main/example"], + "images": [ + "https://github.com/testshallpass/react-native-thumbnail-selector/blob/main/assets/demo.gif" + ], + "android": true, + "ios": true } ] From b6acd61e9e3237238f2544cbdaeff462b4ca7fec Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Fri, 6 Feb 2026 08:45:58 +0100 Subject: [PATCH 2/2] remove duplicate entry, cleanups --- react-native-libraries.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 51f9261a..aebb8ff4 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19522,7 +19522,6 @@ }, { "githubUrl": "https://github.com/arunabhverma/expo-paste-input", - "npmPkg": "expo-paste-input", "examples": ["https://github.com/arunabhverma/expo-paste-input/tree/main/example"], "images": [ "https://raw.githubusercontent.com/arunabhverma/expo-paste-input/main/.github/ios.gif", @@ -19534,7 +19533,6 @@ }, { "githubUrl": "https://github.com/RahulMandyal1/react-native-dashed-view", - "npmPkg": "react-native-dashed-view", "examples": ["https://github.com/RahulMandyal1/react-native-dashed-view/tree/main/example"], "images": [ "https://github.com/RahulMandyal1/react-native-dashed-view/raw/main/assets/cover.png" @@ -19556,22 +19554,11 @@ }, { "githubUrl": "https://github.com/testshallpass/react-native-simple-stepper", - "npmPkg": "react-native-simple-stepper", "examples": ["https://github.com/testshallpass/react-native-simple-stepper/tree/main/example"], "images": [ "https://github.com/testshallpass/react-native-simple-stepper/blob/main/screenshots/stepper.png" ], "android": true, "ios": true - }, - { - "githubUrl": "https://github.com/testshallpass/react-native-thumbnail-selector", - "npmPkg": "react-native-thumbnail-selector", - "examples": ["https://github.com/testshallpass/react-native-thumbnail-selector/tree/main/example"], - "images": [ - "https://github.com/testshallpass/react-native-thumbnail-selector/blob/main/assets/demo.gif" - ], - "android": true, - "ios": true } ]