From b64b73c45141234c3e6fdb188ab661a5cccace4a Mon Sep 17 00:00:00 2001 From: Akshay S <9353993+liveakshay@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:48:31 -0800 Subject: [PATCH] Add expo-spellchecker to the directory (#1461) --- react-native-libraries.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index a8d2cae4..264039b0 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -13314,5 +13314,13 @@ "npmPkg": "@didomi/react-native", "ios": true, "android": true - } + }, + { + "githubUrl": "https://github.com/liveakshay/expo-spellchecker", + "examples": ["https://github.com/liveakshay/expo-spellchecker/tree/main/example"], + "ios": true, + "android": true, + "expo": true, + "newArchitecture": true + } ]