57990b7970
Summary: findNodeHandle is considered an internal module. The one to use is ReactNative.findNodeHandle. We need to rely on this because we will have two different renderers and we need the renderers to inject themselves with findNodeHandle before it is used. I use ReactNative.findNodeHandle from inside the module because I think this leads to a cycle somewhere or might not play well with inline require otherwise. There is also one in UIManager but that is definitely a cycle so I'm going to try to avoid that one. Reviewed By: spicyj, bvaughn Differential Revision: D4533911 fbshipit-source-id: f771641ea5c5366ccbaff68c42202fa6f8c18cb3 |
||
---|---|---|
.. | ||
src | ||
README.md |
README.md
React Native Renderer
This is a downstream copy of React's renderer code to render into React Native. The source of truth is the React repo. Please submit any changes upstream to the React Core GitHub repository.