Add expo-keyboard-language native module

New Expo module that exposes keyboard language detection via a node
handle. On iOS it resolves the React Native view tag to the underlying
UITextField/UITextView and returns textInputMode.primaryLanguage (BCP 47
tag). Android and web return null for now.

https://claude.ai/code/session_01AMCp4M56WtFPz1pZtwgcvx
This commit is contained in:
Claude
2026-02-28 14:49:15 +00:00
parent 6cdc1fe2b5
commit 3ca5a865a1
9 changed files with 132 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export {getKeyboardLanguage} from './src/ExpoKeyboardLanguage'