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>,
|
) => ?ReactComponent<any, any, any>,
|
||||||
// findNodeHandle
|
// findNodeHandle
|
||||||
findNodeHandle: (componentOrHandle: any) => ?number,
|
findNodeHandle: (componentOrHandle: any) => ?number,
|
||||||
// NativeMethodsMixin
|
|
||||||
NativeMethodsMixin: Object
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// export
|
// export
|
||||||
|
@ -40,7 +38,6 @@ var ReactNative = {
|
||||||
// from ReactNative internal
|
// from ReactNative internal
|
||||||
findNodeHandle: ReactNativeInternal.findNodeHandle,
|
findNodeHandle: ReactNativeInternal.findNodeHandle,
|
||||||
render: ReactNativeInternal.render,
|
render: ReactNativeInternal.render,
|
||||||
NativeMethodsMixin: ReactNativeInternal.NativeMethodsMixin,
|
|
||||||
// Components
|
// Components
|
||||||
ActivityIndicator: require('ActivityIndicator'),
|
ActivityIndicator: require('ActivityIndicator'),
|
||||||
ActivityIndicatorIOS: require('ActivityIndicatorIOS'),
|
ActivityIndicatorIOS: require('ActivityIndicatorIOS'),
|
||||||
|
|
Loading…
Reference in New Issue