From 3ab5ae45aa90321119eaceac9d93eb055fdf83f0 Mon Sep 17 00:00:00 2001 From: Shubh Porwal Date: Tue, 7 Apr 2026 01:34:01 +0300 Subject: [PATCH] add expo-phone-number-hint --- react-native-libraries.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 9b49de11..c2921742 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20403,5 +20403,14 @@ "examples": ["https://github.com/sabari0126/react-native-secure-network/tree/main/example"], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/shubh73/expo-phone-number-hint", + "examples": ["https://github.com/shubh73/expo-phone-number-hint/tree/main/example"], + "images": [ + "https://raw.githubusercontent.com/shubh73/expo-phone-number-hint/refs/heads/main/docs/demo.gif" + ], + "android": true, + "newArchitecture": true } ]