Align Pressable types with OSS (#49631)

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

Changelog: [Internal]

Reviewed By: huntie

Differential Revision: D70091770

fbshipit-source-id: 8a2fb448984fccf31c473002ffccd5ddb174b7e1
This commit is contained in:
Jakub Piasecki
2025-02-26 07:21:43 -08:00
committed by Facebook GitHub Bot
parent f2c1f8b4e7
commit 65242998ca
5 changed files with 38 additions and 104 deletions
+1
View File
@@ -42,6 +42,7 @@ const ENTRY_POINTS = [
'packages/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.js',
'packages/react-native/Libraries/Components/Keyboard/Keyboard.js',
'packages/react-native/Libraries/Components/Keyboard/KeyboardAvoidingView.js',
'packages/react-native/Libraries/Components/Pressable/Pressable.js',
'packages/react-native/Libraries/Components/ToastAndroid/ToastAndroid.js',
'packages/react-native/Libraries/Components/ScrollView/ScrollView.js',
'packages/react-native/Libraries/Interaction/InteractionManager.js',