Sourced from react-native's releases.
0.66.4
Fixes for iOS:
- Revert "Fix Deadlock in RCTi18nUtil (iOS) (#31032)" https://github.com/facebook/react-native/commit/70ddf46c8afcd720e188b6d82568eac6ac8125e6
- Pick Fix post_install_workaround downgrading development targets: https://github.com/facebook/react-native/commit/a4a3e675542827bb281a7ceccc7b8f5533eae29f
You can participate in the conversation on the status of this release at this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
v0.66.3
This release contains a set of improvements to the script we use for npm releases; aside from it:
- Rename deprecated
Keyboard.removeEventListenertoKeyboard.removeListener. (8880c09076 by@yungsters)- Revert changes in Jest preprocessor to fix tests in external projects (142090a5f3fa7 by
@rubennorte)
You can participate in the conversation on the status of this release at this discussion.
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
Sourced from react-native's changelog.
v0.66.4
Fixed
iOS specific
- Revert "Fix Deadlock in RCTi18nUtil (iOS)" (70ddf46 by
@Saadnajmi)apply_Xcode_12_5_M1_post_install_workaroundcausing pods targetting iOS 12 and above to fail (a4a3e67554 by@Yonom)v0.66.3
Changed
- Rename deprecated
Keyboard.removeEventListenertoKeyboard.removeListener. (8880c09076 by@yungsters)Fixed
- Revert changes in Jest preprocessor to fix tests in external projects (142090a5f3fa7 by
@rubennorte)
1b31d6b [0.66.4] Bump version numbers83b9ddd Fix post_install_workaround downgrading development targets (#32633) (#32715)5d7fd00 Revert "Fix Deadlock in RCTi18nUtil (iOS) (#31032)" (#32574) (#32714)3b5e446 [0.66.3] Bump version numbers0981564 RN: Rename Keyboard.remove{Event =>}Listener142090a Revert changes in RN preprocessorf35369e Fix npm latest tag issue when releasing patches (#32543)85f1450 Clean up publish-npm.js and use parseVersion8a67aaa Extract version parsing from release scriptd08397a bump-oss-version: Add -v / --to-version argument and use it when bumping nigh...