From e93f74a769b5b6f5aa3ce057f8ffb6fda6f65ebf Mon Sep 17 00:00:00 2001 From: Metehan Demir <44105562+metehandemir@users.noreply.github.com> Date: Sat, 24 May 2025 12:57:47 +0300 Subject: [PATCH 1/2] Add use-debounce --- react-native-libraries.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 4817b5c6a..692aa550b 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -15451,5 +15451,23 @@ "expoGo": true, "newArchitecture": true, "fireos": true + }, + { + "githubUrl": "https://github.com/xnimorz/use-debounce", + "npmPkg": "use-debounce", + "examples": [ + "https://codesandbox.io/s/kx75xzyrq7" + ], + "images": ["https://raw.githubusercontent.com/xnimorz/use-debounce/master/logo.png"], + "ios": true, + "android": true, + "web": true, + "windows": true, + "macos": true, + "tvos": true, + "visionos": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true } ] From a9c5f2ae60ddf3b8198cef0deeb084808f545a6f Mon Sep 17 00:00:00 2001 From: Metehan Demir <44105562+metehandemir@users.noreply.github.com> Date: Sat, 24 May 2025 13:21:47 +0300 Subject: [PATCH 2/2] Update react-native-libraries.json --- react-native-libraries.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 692aa550b..e72f45033 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -15458,16 +15458,10 @@ "examples": [ "https://codesandbox.io/s/kx75xzyrq7" ], - "images": ["https://raw.githubusercontent.com/xnimorz/use-debounce/master/logo.png"], "ios": true, "android": true, "web": true, - "windows": true, - "macos": true, - "tvos": true, - "visionos": true, "expoGo": true, - "fireos": true, "newArchitecture": true } ]