mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45463 Changelog: [Internal] State updates will clone shadow nodes for an shadow tree revision that is outdated. This can lead to accessing deallocated shadow node references because the JS renderer committed a newer revision and deallocated the one used by the pending state update. By using a weak pointer to hold a reference to the runtime shadow node reference, we can only update references for wrappers that are still valid. Reviewed By: javache Differential Revision: D59804999 fbshipit-source-id: 89c9967d139d3cac7d7252994beae419bc591e79
Where is the template?
The React Native Template has moved from being shipping inside the react-native package to it's own package: @react-native-community/template.
Why has it moved?
The React Native Frameworks RFC0759 provides background information.
When was it moved?
The 0.75 release.