add pod for VisionCamera & other ios config, update expo-constants version

This commit is contained in:
Loewy
2024-02-01 16:12:47 -08:00
parent 4fb8fe7d08
commit 9187021cda
7 changed files with 17 additions and 108 deletions

View File

@@ -39,6 +39,9 @@ end
target 'Railbird' do
use_expo_modules!
# Local pod specification for submodule
pod 'VisionCamera', :path => '../react-native-vision-camera/package'
config = use_native_modules!
use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks']