diff --git a/scripts/flow/react-native-host-hooks.js b/scripts/flow/react-native-host-hooks.js index 7fd2e18f1c516..7f53e5199439e 100644 --- a/scripts/flow/react-native-host-hooks.js +++ b/scripts/flow/react-native-host-hooks.js @@ -134,7 +134,6 @@ declare module 'react-native/Libraries/ReactPrivate/ReactNativePrivateInterface' declare export var ReactNativeViewConfigRegistry: { customBubblingEventTypes: Object, customDirectEventTypes: Object, - eventTypes: Object, register: (name: string, callback: __ViewConfigGetter) => string, get: (name: string) => __ReactNativeBaseComponentViewConfig,