Lock flipper to 0.74.0

This commit is contained in:
Marc Rousavy 2021-02-19 16:53:21 +01:00
parent 55bf5ecd43
commit 2dbddd09a7

View File

@ -9,12 +9,12 @@ target 'VisionCameraExample' do
use_react_native!(:path => config["reactNativePath"]) use_react_native!(:path => config["reactNativePath"])
pod 'react-native-vision-camera', :path => '../..' pod 'react-native-vision-camera', :path => '../..'
# Enables Flipper. # Enables Flipper.
# #
# Note that if you have use_frameworks! enabled, Flipper will not work and # Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines. # you should disable these next few lines.
use_flipper! use_flipper!({ 'Flipper' => '0.74.0' })
post_install do |installer| post_install do |installer|
flipper_post_install(installer) flipper_post_install(installer)
end end