react-native-macos/Libraries/Components
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
..
ActivityIndicatorIOS Compose propTypes from View.propTypes where appropriate. 2015-11-18 13:06:27 -08:00
Clipboard Annotate Clipboard module 2016-02-15 10:05:34 -08:00
DatePicker Replace direct access of NativeModules.UIManager with require('UIManager') 2016-01-30 07:36:34 -08:00
DatePickerAndroid Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
DrawerAndroid React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
Intent Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
MapView Removed unnecessary exportedConstants 2016-03-10 10:21:34 -08:00
Navigation React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
Picker Add position to Picker onValueChange's call 2016-02-19 06:50:33 -08:00
ProgressBarAndroid ProgressBarAndroid: default value for styleAttr 2016-01-07 12:02:37 -08:00
ProgressViewIOS Compose propTypes from View.propTypes where appropriate. 2015-11-18 13:06:27 -08:00
RefreshControl RefreshControl refreshing prop and doc improvements 2016-03-13 03:04:24 -07:00
ScrollView React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
SegmentedControlIOS CHORE - Remove Trailing Spaces 2016-04-06 09:21:53 -07:00
Slider Fix website after open sourcing Slider 2016-04-06 08:51:23 -07:00
SliderIOS Fix website after open sourcing Slider 2016-04-06 08:51:23 -07:00
StatusBar Fix minor typo in Imperative API notes 2016-03-29 09:18:26 -07:00
Switch RN: Improve <Switch> Documentation 2016-03-25 15:17:20 -07:00
SwitchAndroid RN: Improve <Switch> Documentation 2016-03-25 15:17:20 -07:00
SwitchIOS RN: Improve <Switch> Documentation 2016-03-25 15:17:20 -07:00
TabBarIOS Added ColorPropType 2015-12-23 10:08:38 -08:00
TextInput React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
TimePickerAndroid Fixed typo in docs 2016-04-06 08:55:20 -07:00
ToastAndroid Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
ToolbarAndroid Added ColorPropType 2015-12-23 10:08:38 -08:00
Touchable React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
UnimplementedViews Quick fix to require cycle in UnimplementedView 2015-11-23 14:14:32 -08:00
View Fix bad wording in pointer events doc 2016-03-24 19:53:26 -07:00
ViewPager React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
WebView React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
ScrollResponder.js React.findNodeHandle -> ReactNative.findNodeHandle 2016-04-07 19:44:31 -07:00
StaticContainer.js Move stuff out of vendor/react_contrib/ 2015-10-12 11:18:30 -07:00
StaticRenderer.js [Haste] @provides -> @providesModule StaticRenderer 2015-05-14 08:42:13 -08:00
Subscribable.js [ReactNative] clean lint for Libraries/Components 2015-05-18 15:54:07 -08:00