mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Re-include ActionSheetIOS and Share in automatic type def generation (#49411)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49411 Changelog: [Internal] Reviewed By: huntie Differential Revision: D69606078 fbshipit-source-id: e5fa3b6a50a6f53436cc7429f224c9f8353d6c8c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
66032f22b8
commit
ae1a33875e
@@ -25,9 +25,8 @@ const IGNORE_PATTERNS = [
|
||||
];
|
||||
|
||||
const ENTRY_POINTS = [
|
||||
// TODO: Re-include when all deps are translatable
|
||||
// 'packages/react-native/Libraries/ActionSheetIOS/ActionSheetIOS.js',
|
||||
// 'packages/react-native/Libraries/Share/Share.js',
|
||||
'packages/react-native/Libraries/ActionSheetIOS/ActionSheetIOS.js',
|
||||
'packages/react-native/Libraries/Share/Share.js',
|
||||
'packages/react-native/Libraries/Alert/Alert.js',
|
||||
'packages/react-native/Libraries/EventEmitter/NativeEventEmitter.js',
|
||||
'packages/react-native/Libraries/EventEmitter/RCTDeviceEventEmitter.js',
|
||||
|
||||
Reference in New Issue
Block a user