From 2dbddd09a73167e22baeae6c83b560da7a6725c6 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Fri, 19 Feb 2021 16:53:21 +0100 Subject: [PATCH] Lock flipper to 0.74.0 --- example/ios/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 84df41d..cc2b7bf 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -9,12 +9,12 @@ target 'VisionCameraExample' do use_react_native!(:path => config["reactNativePath"]) pod 'react-native-vision-camera', :path => '../..' - + # Enables Flipper. # # 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' => '0.74.0' }) post_install do |installer| flipper_post_install(installer) end