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