Sourced from react-native's releases.
0.67.2
Fixed
- Fix error "mockModal is not a function" (507b05f4c0 by
@AntoineDoubovetzky)Android specific
- Fix potential crash if ReactRootView does not have insets attached. (6239e2f5ce by
@enahum)- Upgrading OkHttp from 4.9.1 to 4.9.2 to fix CVE-2021-0341. (e896d21 by
@owjsub)iOS specific
- Fix
Time.hpatch not being applied when runningpod install --project-directory=ios(60cef850bd by@tido64)- Find-node.sh now respects .nvmrc (35bcf934b1 by
@igrayson)
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.67.2
Fixed
- Fix error "mockModal is not a function" (507b05f4c0 by
@AntoineDoubovetzky)Android specific
- Fix potential crash if ReactRootView does not have insets attached. (6239e2f5ce by
@enahum)- Upgrading OkHttp from 4.9.1 to 4.9.2 to fix CVE-2021-0341. (e896d21 by
@owjsub)iOS specific
- Fix
Time.hpatch not being applied when runningpod install --project-directory=ios(60cef850bd by@tido64)- Find-node.sh now respects .nvmrc (35bcf934b1 by
@igrayson)
da420c9 [0.67.2] Bump version numbers3a67c27 Android: Fix crash when WindowInsets is null on ReactRootView (#32989)e896d21 Android: upgrading OkHttp from 4.9.1 to 4.9.2 to fix CVE-2021-0341 (#32968)ac810c0 fix(jest/setup): fix circular dependencies in mockModal (#32964)d942487 Use CircleCI API to trigger releases (#32937)983f0be fix(ios): fix Time.h patch not being applied (#32961)5590fd7 fix: find-node.sh now respects .nvmrc (#32712)