mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
5eb3ab3522
Summary: This switches our React feature flag so that componentWillMount happens before componentWillUnmount when a child switches. It used to be inconsistent and this makes it consistent and inline with what React Fiber does. Breaking change. May cause issues. Reviewed By: spicyj, bvaughn Differential Revision: D4626543 fbshipit-source-id: f7eaf1ebd479ca9fada012f903a2f972a7901b40
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.