react/packages/react-native-renderer/src
Sebastian Markbåge 725c054d4d
Refactor findHostInstance and findNodeHandle (#12575)
* Move findNodeHandle into the renderers and use instantiation

This is just like ReactDOM does it. This also lets us get rid of injection
for findNodeHandle. Instead I move NativeMethodsMixin and ReactNativeComponent
to use instantiation.

* Refactor findHostInstance

The reconciler shouldn't expose the Fiber data structure. We should pass
the component instance to the reconciler, since the reconciler is the
thing that is supposed to be instancemap aware.

* Fix devtools injection
2018-04-09 20:15:10 -07:00
..
__mocks__ [RN] Move view config registry to shims (#12569) 2018-04-09 20:05:57 -07:00
__tests__ [RN] Move view config registry to shims (#12569) 2018-04-09 20:05:57 -07:00
NativeMethodsMixin.js Refactor findHostInstance and findNodeHandle (#12575) 2018-04-09 20:15:10 -07:00
NativeMethodsMixinUtils.js react-native-renderer: convert vars to let/const (#11722) 2017-11-30 21:39:39 +00:00
ReactFabric.js Refactor findHostInstance and findNodeHandle (#12575) 2018-04-09 20:15:10 -07:00
ReactFabricInjection.js [fabric] Forked ReactNativeInjection for Fabric and avoid RCTEventEmitter setup in Fabric (#12265) 2018-02-21 15:40:47 -08:00
ReactFabricRenderer.js [RN] Move view config registry to shims (#12569) 2018-04-09 20:05:57 -07:00
ReactNativeAttributePayload.js Remove ReactNativePropRegistry (#12559) 2018-04-09 19:02:46 -07:00
ReactNativeBridgeEventPlugin.js [RN] Move view config registry to shims (#12569) 2018-04-09 20:05:57 -07:00
ReactNativeComponent.js Refactor findHostInstance and findNodeHandle (#12575) 2018-04-09 20:15:10 -07:00
ReactNativeComponentTree.js Add Experimental Fabric Renderer (#12069) 2018-01-22 09:58:35 -08:00
ReactNativeEventEmitter.js Allocate unique reactTags for RN and Fabric (#12587) 2018-04-09 18:41:13 -07:00
ReactNativeEventPluginOrder.js react-native-renderer: convert vars to let/const (#11722) 2017-11-30 21:39:39 +00:00
ReactNativeFiberHostComponent.js react-native-renderer: convert vars to let/const (#11722) 2017-11-30 21:39:39 +00:00
ReactNativeFiberInspector.js react-native-renderer: convert vars to let/const (#11722) 2017-11-30 21:39:39 +00:00
ReactNativeFiberRenderer.js [RN] Move view config registry to shims (#12569) 2018-04-09 20:05:57 -07:00
ReactNativeFrameScheduling.js Add unstable APIs for async rendering to test renderer (#12478) 2018-03-28 14:57:25 -07:00
ReactNativeGlobalResponderHandler.js Add Experimental Fabric Renderer (#12069) 2018-01-22 09:58:35 -08:00
ReactNativeInjection.js [fabric] Forked ReactNativeInjection for Fabric and avoid RCTEventEmitter setup in Fabric (#12265) 2018-02-21 15:40:47 -08:00
ReactNativeInjectionShared.js [fabric] Forked ReactNativeInjection for Fabric and avoid RCTEventEmitter setup in Fabric (#12265) 2018-02-21 15:40:47 -08:00
ReactNativeRenderer.js Refactor findHostInstance and findNodeHandle (#12575) 2018-04-09 20:15:10 -07:00
ReactNativeTypes.js [RN] Move view config registry to shims (#12569) 2018-04-09 20:05:57 -07:00