mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 17:45:12 +08:00
Summary: This works around a false positive `isMounted()` deprecation warning when using latest React DevTools and selecting components in the hierarchy. Before:  After:  Closes https://github.com/facebook/react-native/pull/13873 Reviewed By: bvaughn Differential Revision: D5029550 Pulled By: gaearon fbshipit-source-id: cbe941368e8204a335de17ad3d444580aef9d833
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.