Skip to content

Commit

Permalink
fix compile issues with flipper (rnmapbox#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdicus authored and mikalaiulasevich committed Sep 23, 2021
1 parent d7ce862 commit ead12fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ target 'RNMapboxGLExample' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
use_flipper!
use_flipper!({ 'Flipper-Folly' => '2.3.0' })
post_install do |installer|
flipper_post_install(installer)
$RNMBGL.post_install(installer)
Expand Down

0 comments on commit ead12fb

Please sign in to comment.