From fae55049f05f3b145b449e84842637c98dd225d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=CC=87lham=20Babayev?= Date: Wed, 25 Feb 2026 02:44:01 +0400 Subject: [PATCH] Add rn-floating-input --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 8344552e..c95f9fae 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19788,5 +19788,12 @@ "ios": true, "android": true, "expoGo": true + }, + { + "githubUrl": "https://github.com/Babayev03/rn-floating-input", + "npmPkg": "rn-floating-input", + "ios": true, + "android": true, + "newArchitecture": true } ]