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/46839 The `ReactNativeFlipper` object is not referenced in the template since 0.75. We can safely remove it as users should not reference it anymore. Changelog: [Android] [Breaking] - Remove ReactNativeFlipper object, deprecated in 0.75 Reviewed By: huntie Differential Revision: D63897187 fbshipit-source-id: a7d73a98550518e46f8dbc0c9b859e0afb16e8a9
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.