From b1ca46037771476489c61131df026e74e5f18fa7 Mon Sep 17 00:00:00 2001 From: Lopoi <42871409+Lopoi@users.noreply.github.com> Date: Tue, 6 May 2025 14:25:55 -0300 Subject: [PATCH 1/3] Add react-native-autocomplete-input --- react-native-libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 5e0362f69..f912a807e 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14703,5 +14703,13 @@ "npmPkg": "@rudderstack/rudder-integration-singular-react-native", "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/byteburgers/react-native-autocomplete-input", + "npmPkg": "react-native-autocomplete-input", + "ios": true, + "android": true, + "web": true, + "expoGo": true } ] From 8d7a1e6213159d6ebe760b5db882d3a3b60cb920 Mon Sep 17 00:00:00 2001 From: Lopoi <42871409+Lopoi@users.noreply.github.com> Date: Tue, 6 May 2025 14:31:18 -0300 Subject: [PATCH 2/3] Add npm package --- react-native-libraries.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index f912a807e..574eaad58 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -1254,8 +1254,10 @@ }, { "githubUrl": "https://github.com/byteburgers/react-native-autocomplete-input", + "npmPkg": "react-native-autocomplete-input", "ios": true, "android": true, + "web": true, "expoGo": true, "examples": ["https://snack.expo.dev/rJxdeFIIb"] }, @@ -14703,13 +14705,5 @@ "npmPkg": "@rudderstack/rudder-integration-singular-react-native", "ios": true, "android": true - }, - { - "githubUrl": "https://github.com/byteburgers/react-native-autocomplete-input", - "npmPkg": "react-native-autocomplete-input", - "ios": true, - "android": true, - "web": true, - "expoGo": true } ] From ab78a442e14dcc45262dc17df0346c5c3e5d34b5 Mon Sep 17 00:00:00 2001 From: Lopoi <42871409+Lopoi@users.noreply.github.com> Date: Tue, 6 May 2025 15:30:25 -0300 Subject: [PATCH 3/3] Update react-native-libraries.json Co-authored-by: Bartosz Kaszubowski --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 574eaad58..6366d2b9c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -1254,7 +1254,6 @@ }, { "githubUrl": "https://github.com/byteburgers/react-native-autocomplete-input", - "npmPkg": "react-native-autocomplete-input", "ios": true, "android": true, "web": true,