Sourced from react-native's releases.
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.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)
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...