From ead12fb6d95a199bfa8b7042dee5970c39cf87a6 Mon Sep 17 00:00:00 2001 From: Kid Commit <26439946+ferdicus@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:36:16 +0100 Subject: [PATCH] fix compile issues with flipper (#1265) --- example/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 2dcd8a70ee..8b2683cba5 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -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)