Update Pods in ReactNativeExample

Summary: Changelog: Update pinned versions of ReactNativeExample

Reviewed By: passy

Differential Revision: D34752748

fbshipit-source-id: d21b89cc1d1144ce814030d18bb7bfd1cbeb5547
This commit is contained in:
Lorenzo Blasa
2022-03-09 09:00:01 -08:00
committed by Facebook GitHub Bot
parent 8372d07ae6
commit 017bb77aaf
2 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ target 'ReactNativeFlipperExample' do
# Versions are explicitly pinned to be able to forcefully test against the latest versions.
# use_flipper!() should work as well and pick the React Native defaults
use_flipper!({ 'Flipper' => flipperkit_version, 'Flipper-Folly' => '2.6.10', 'Flipper-RSocket' => '1.4.3', 'Flipper-DoubleConversion' => '3.1.7', 'Flipper-Glog' => '0.3.9', 'Flipper-PeerTalk' => '0.0.4', 'OpenSSL-Universal' => '1.1.1100' })
use_flipper!({ 'Flipper' => flipperkit_version, 'Flipper-Folly' => '2.6.10', 'Flipper-DoubleConversion' => '3.2.0', 'Flipper-Glog' => '0.5.0.3', 'Flipper-PeerTalk' => '0.0.4', 'OpenSSL-Universal' => '1.1.1100' })
post_install do |installer|
react_native_post_install(installer)