remove NativeMethodsMixin from react-native.js.flow

Reviewed By: spicyj

Differential Revision: D3448011

fbshipit-source-id: b1ca6e691eadf59a989626040ae8ba728eafd848
This commit is contained in:
Basil Hosmer 2016-06-16 22:17:28 -07:00 committed by Facebook Github Bot 0
parent f60e80d89d
commit 3f74568b9f
1 changed files with 0 additions and 3 deletions

View File

@ -31,8 +31,6 @@ var ReactNativeInternal = (require('ReactNative'): {
) => ?ReactComponent<any, any, any>,
// findNodeHandle
findNodeHandle: (componentOrHandle: any) => ?number,
// NativeMethodsMixin
NativeMethodsMixin: Object
});
// export
@ -40,7 +38,6 @@ var ReactNative = {
// from ReactNative internal
findNodeHandle: ReactNativeInternal.findNodeHandle,
render: ReactNativeInternal.render,
NativeMethodsMixin: ReactNativeInternal.NativeMethodsMixin,
// Components
ActivityIndicator: require('ActivityIndicator'),
ActivityIndicatorIOS: require('ActivityIndicatorIOS'),