Align Keyboard types with OSS (#49623)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/49623

Changelog: [Internal]

Reviewed By: huntie

Differential Revision: D70083211

fbshipit-source-id: c91d3cd7e8f4ad8770bc686768103b43611d4ebb
This commit is contained in:
Jakub Piasecki
2025-02-25 01:23:04 -08:00
committed by Facebook GitHub Bot
parent 091f542a2e
commit dee6168027
3 changed files with 15 additions and 9 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ const ENTRY_POINTS = [
'packages/react-native/Libraries/Components/ActivityIndicator/ActivityIndicator.js',
'packages/react-native/Libraries/Components/Button.js',
'packages/react-native/Libraries/Components/Clipboard/Clipboard.js',
'packages/react-native/Libraries/Components/LayoutConformance/LayoutConformance.js',
'packages/react-native/Libraries/Components/Keyboard/Keyboard.js',
'packages/react-native/Libraries/Components/Keyboard/KeyboardAvoidingView.js',
'packages/react-native/Libraries/Components/ToastAndroid/ToastAndroid.js',
'packages/react-native/Libraries/Components/ScrollView/ScrollView.js',
'packages/react-native/Libraries/Interaction/InteractionManager.js',