Skip to content

Commit 130738b

Browse files
author
stevegalili
committed
Fixing build for iOS due to Flipper 🐬 issues
1 parent daf803b commit 130738b

5 files changed

Lines changed: 308 additions & 261 deletions

File tree

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target 'testingrnapps' do
1616
#
1717
# Note that if you have use_frameworks! enabled, Flipper will not work and
1818
# you should disable these next few lines.
19-
use_flipper!
19+
use_flipper!({ 'Flipper-Folly' => '2.5.3', 'Flipper' => '0.87.0', 'Flipper-RSocket' => '1.3.1' })
2020
post_install do |installer|
2121
flipper_post_install(installer)
2222
end

0 commit comments

Comments
 (0)