aboutsummaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-18 14:09:00 -0500
committerIvan Chen <ivan@tagg.id>2021-02-18 14:09:00 -0500
commitc158b835a1f6cedd1448c2beb1389324a3c9e48a (patch)
treeaccfce9584f6a2953fa4821368b0df36514cb49a /ios
parent200cc2cc2c37d588bc37240161c3974f63ce02b4 (diff)
parent99db144ce20fd5f1502f668795ae7cafbc5b2eae (diff)
Merge branch 'master' into tma626-people-tutorial
# Conflicts: # src/screens/suggestedPeople/SuggestedPeopleScreen.tsx
Diffstat (limited to 'ios')
-rw-r--r--ios/Podfile14
1 files changed, 6 insertions, 8 deletions
diff --git a/ios/Podfile b/ios/Podfile
index 7de1c849..73187053 100644
--- a/ios/Podfile
+++ b/ios/Podfile
@@ -12,15 +12,13 @@ target 'Frontend' do
# Pods for testing
end
- # Enables Flipper.
- #
- # Note that if you have use_frameworks! enabled, Flipper will not work and
- # you should disable these next few lines.
+ # 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!
- # post_install do |installer|
- # flipper_post_install(installer)
- # end
+ use_flipper!({ 'Flipper-Folly' => '2.3.0' })
+ post_install do |installer|
+ flipper_post_install(installer)
+ end
end
target 'Frontend-tvOS' do