From dc59aff1eae0a1b1e2b6cd325132bf354e520f15 Mon Sep 17 00:00:00 2001 From: Arunabh Verma <59590144+arunabhverma@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:25:38 +0530 Subject: [PATCH 1/2] Add expo-paste-input to directory --- react-native-libraries.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index c3a635c34..ed052e78d 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19519,5 +19519,19 @@ "githubUrl": "https://github.com/mohd-Bilal-exe/motion-on-native", "ios": true, "android": true - } + }, + { + "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", + "https://raw.githubusercontent.com/arunabhverma/expo-paste-input/main/.github/android.gif" + ], + "ios": true, + "android": true, + "newArchitecture": true +} ] From 29d916fb07349abd7e9edfa85ade48cc42a4ae9b Mon Sep 17 00:00:00 2001 From: Arunabh Verma <59590144+arunabhverma@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:40:03 +0530 Subject: [PATCH 2/2] chore: format react-native-libraries.json --- react-native-libraries.json | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index ed052e78d..af51982f3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19521,17 +19521,15 @@ "android": true }, { - "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", - "https://raw.githubusercontent.com/arunabhverma/expo-paste-input/main/.github/android.gif" - ], - "ios": true, - "android": true, - "newArchitecture": true -} + "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", + "https://raw.githubusercontent.com/arunabhverma/expo-paste-input/main/.github/android.gif" + ], + "ios": true, + "android": true, + "newArchitecture": true + } ]