mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bf974e8de1
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51589 changelog: [internal] With D75140890, there is a guarantee that `startOnRenderCallback_` won't be called after the owning class is destroyed. There shouldn't be any events flowing through Fabric when the RN instance is torn down. Passing this to eventEmitterListener_ should be safe. This helps with C++ binary size a little bit. Reviewed By: rshest Differential Revision: D75148616 fbshipit-source-id: 5110736c2ddcff738fce395bd0b9844d44e8dcb2
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.