React Native: v0.64.1 Release

Release date:
August 11, 2021
Previous version:
v0.64.0 (released March 12, 2021)
Magnitude:
16,218 Diff Delta
Contributors:
56 total committers
Data confidence:
Commits:

Top Contributors in v0.64.1

JoshuaGross
sammy-SC
kacie-bawiec-28ee
andrei-shikov-c371
mdvacca
lunaleaps
yungsters
RSNara
p-sun
rubennorte

Directory Browser for v0.64.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

This patch release is specifically targetted towards fixing iOS build problems in Xcode 12.5.

Aside from bumping your version from 0.64.0 to 0.64.1, please check your podfile.lock and make sure that Flipper is on 0.75 or higher, and Flipper-Folly is 2.5.3 or higher; if not, add this line to your podfile (or modify it if you already had it):

use_flipper!('Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1')

After which, do all the classic necessary cleans (node_modules, caches, pod folders, etc)(react-native-clean-project is your ally) then do yarn install and a pod install --repo-update (if pod install fails on an error about a Flipper package, just remove the relevant lines from the podfile.lock and run the pod install again).

The only other commit picked & released along the Xcode 12.5 fixes is: * Update validateBaseUrl to use latest regex (commit) which fixes CVE-2020-1920, GHSL-2020-293.


You can participate in the conversation on the status of this release at this issue.


To help you upgrade to this version, you can use the upgrade helper βš›οΈ


You can find the whole changelog history over at react-native-releases.