diff --git a/example/ios/Podfile b/example/ios/Podfile index 51e14dc..25b2154 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -8,7 +8,9 @@ target 'VisionCameraExample' do use_react_native!(:path => config["reactNativePath"]) - pod 'react-native-vision-camera', :path => '../..' + pod 'react-native-vision-camera', :path => '../..' + + pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons' # Enables Flipper. # diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index a93ae9e..f78faba 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -541,6 +541,6 @@ SPEC CHECKSUMS: Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: bd3ea0439a0aa5667265c080a37b4b9299a7d5ae +PODFILE CHECKSUM: 47c36d40d4722d77dc90b9ba797e10804912a983 COCOAPODS: 1.10.1