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: Bump some Flipper-related deps for previous Flipper upgrade.
When React Native upgraded its main Flipper dependency for iOS to
0.36.0, in facebook/react-native@27ccc6019, it also bumped these two
related dependencies. Since we've upgraded to v0.39.0 (we did that
in f7005c5), we might as well follow React Native's lead. It
probably would have been best to do these at the same time, but
better late than never.
When looking at facebook/react-native@27ccc6019, note that it comes
after facebook/react-native@619d5d60d, in which React Native stopped
pushing lots of Flipper configuration code out to the consumer's
Podfile. So we'll eventually get to stop making changes like this
one, but not until we've upgraded to React Native v0.63. That's why
this commit touches our Podfile while the RN upstream commit
doesn't.
0 commit comments