aboutsummaryrefslogtreecommitdiff
path: root/ios/Podfile
diff options
context:
space:
mode:
authorbrian-tagg <brian@tagg.id>2021-05-05 12:11:07 -0700
committerbrian-tagg <brian@tagg.id>2021-05-05 12:11:07 -0700
commit658026fbb14a46768f64929e118cc3cda3ef4ac9 (patch)
treec4122135a67f662f6f8ebb5cd2059040bbcb7112 /ios/Podfile
parentcaac607ed90c35ad8d4b2787b170e1fd1f165333 (diff)
Altered Podfile to use earlier version of flipper
Diffstat (limited to 'ios/Podfile')
-rw-r--r--ios/Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Podfile b/ios/Podfile
index 73187053..4eca4100 100644
--- a/ios/Podfile
+++ b/ios/Podfile
@@ -15,7 +15,7 @@ target 'Frontend' do
# An issue in flipper-folly podspec caused failure in building.
# Using an older version of flipper folly for that purpose.
# https://github.com/facebook/react-native/issues/30836
- use_flipper!({ 'Flipper-Folly' => '2.3.0' })
+ use_flipper!({ 'Flipper-Folly' => '2.5.3', 'Flipper' => '0.87.0', 'Flipper-RSocket' => '1.3.1' })
post_install do |installer|
flipper_post_install(installer)
end