diff --git a/Libraries/Components/View/ViewNativeComponentAndroidConfig.js b/Libraries/Components/View/ViewNativeComponentAndroidConfig.js index b0fdf87f960..b53932025a5 100644 --- a/Libraries/Components/View/ViewNativeComponentAndroidConfig.js +++ b/Libraries/Components/View/ViewNativeComponentAndroidConfig.js @@ -14,18 +14,9 @@ const ReactNativeStyleAttributes = require('ReactNativeStyleAttributes'); const processColor = require('processColor'); -import type {ViewProps} from 'ViewPropTypes'; -import type {____ViewStyle_Internal} from 'StyleSheetTypes'; -import type {ReactNativeBaseComponentViewConfig} from 'ReactNativeTypes'; - const colorHandler = {diff: null, process: processColor}; -type Config = ReactNativeBaseComponentViewConfig< - $Keys | $Keys<____ViewStyle_Internal>, - $Keys<____ViewStyle_Internal>, ->; - -const ViewNativeComponentAndroidConfig: Config = { +const ViewNativeComponentAndroidConfig = { bubblingEventTypes: { topChange: { phasedRegistrationNames: {