From ef82c613e5c8915de7341eefc8321053981d09c9 Mon Sep 17 00:00:00 2001 From: Jakub Romanczyk Date: Fri, 13 Oct 2023 10:40:36 +0200 Subject: [PATCH] refactor: align ReactNativeViewConfigRegistry flow typing --- scripts/flow/react-native-host-hooks.js | 1 - 1 file changed, 1 deletion(-) 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,