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/52901 I'm removing this class as we should not expose it publicly. It's not used at all inside react-native and can potentally be moved internally. The only usage I've found in OSS is patched with this PR: - https://github.com/fabOnReact/react-native-wear-connectivity/pull/46 Changelog: [Android] [Removed] - Remove the `com.facebook.react.bridge.JSONArguments` class Reviewed By: javache, mdvacca Differential Revision: D78265165 fbshipit-source-id: 704575e7b9cfd6d40980511d6064d39991b3eb48
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.