Add RNVectorIcons to podfile

Yes, it should be autolinked instead. I know.
This commit is contained in:
Marc Rousavy
2021-02-19 19:12:58 +01:00
parent 8712976a47
commit 0b0c8764ac
2 changed files with 4 additions and 2 deletions

View File

@@ -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.
#