remove NativeMethodsMixin from react-native.js.flow
Reviewed By: spicyj Differential Revision: D3448011 fbshipit-source-id: b1ca6e691eadf59a989626040ae8ba728eafd848
This commit is contained in:
parent
f60e80d89d
commit
3f74568b9f
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue