From c4f5848fd771e8bc0d2812a2f7ec069898d623ea Mon Sep 17 00:00:00 2001 From: Ilia <53317327+iliapnmrv@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:33:09 +0300 Subject: [PATCH] Add react-native-urovo library (#1445) --- react-native-libraries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 40ebb81c..395b0971 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -13210,5 +13210,11 @@ "examples": ["https://github.com/aravind3566/react-native-install-unknown-apps/tree/main/example"], "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/iliapnmrv/react-native-urovo", + "examples": ["https://github.com/iliapnmrv/react-native-urovo/tree/main/example"], + "android": true, + "newArchitecture": true } ]