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/49753 Sonatype cannot sign folders. It needs a file to be signed. To make it happen, we are compressing the xcframeworks and the dSYM with tar, and we are uploading those files instead of the folders I also observed that the cache keys were not computed correctly, so I'm fixing them. ## Changelog: [Internal] - use tar.gz instad of folders for dSYM and xcframeworks Reviewed By: bvanderhoof, mofeiZ Differential Revision: D70409314 fbshipit-source-id: 20a5ee4f24b644f4f087974ad6b0831d5769b1d9
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.