react-native-macos/Libraries/Inspector
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
..
BorderBox.js [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00
BoxInspector.js [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00
ElementBox.js [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00
ElementProperties.js Fix warnings generated by Elements Inspector 2016-01-25 18:43:47 -08:00
Inspector.js React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
InspectorOverlay.js [react native] prepare the react native inspector for the new react devtools 2015-07-14 12:35:43 -08:00
InspectorPanel.js [react native] prepare the react native inspector for the new react devtools 2015-07-14 12:35:43 -08:00
InspectorUtils.js [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00
PerformanceOverlay.js fix RCTPerfMonitor display unit error 2016-02-26 04:54:32 -08:00
StyleInspector.js Fix warnings of StyleInspector 2016-02-10 08:40:39 -08:00
resolveBoxStyle.js [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00