You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ios/Podfile: Use new, acceptable Flipper version defaults from RN v0.64.
These defaults are set in
https://github.com/facebook/react-native/blob/v0.64.2/scripts/react_native_pods.rb:
versions['Flipper'] ||= '~> 0.75.1'
versions['Flipper-Folly'] ||= '~> 2.5.3'
versions['Flipper-RSocket'] ||= '~> 1.3'
We started pinning to some specific versions in 912cb9e, following
published advice from RN in
facebook/react-native#31480 for fixing a
build issue with Xcode 12.5. Checking that advice again, its entry
suggests that we don't have to do anything as long as we're at RN
v0.64.1 or higher. Which makes sense, seeing those defaults.
0 commit comments