react-native/Libraries/ReactIOS
Sebastian Markbage 613ca14612 React.findNodeHandle -> ReactNative.findNodeHandle
Summary:Since the React 0.14 split of modules, the findNodeHandle feature is part of the
renderer and not the generic React API.

This just greps for React.findNodeHandle and replace them with ReactNative.findNodeHandle. I fixed up the imports manually.

I also found two callers each of ReactNative.createClass and React.render with the exception of downstream and examples will fix them separately.

I'll need to find more things like `var { PropTypes } = ReactNative;` separately. I think this is a good start though.

Reviewed By: vjeux

Differential Revision: D3149356

fb-gh-sync-id: 50ed60bc67270b16f561d4c641f2f19e85724d3b
fbshipit-source-id: 50ed60bc67270b16f561d4c641f2f19e85724d3b
2016-04-07 19:44:31 -07:00
..
IOSDefaultEventPluginOrder.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
IOSNativeBridgeEventPlugin.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
NativeMethodsMixin.js Typo in NativeMethodsMixin.js 2016-03-22 06:53:21 -07:00
YellowBox.js RN: Teach YellowBox to Count 2016-01-20 15:14:31 -08:00
renderApplication.android.js React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
renderApplication.ios.js React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
requireNativeComponent.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
verifyPropTypes.js Update FBSource to use Flow 0.22 2016-03-08 12:39:29 -08:00