Add RNVectorIcons to podfile
Yes, it should be autolinked instead. I know.
This commit is contained in:
parent
8712976a47
commit
0b0c8764ac
@ -8,7 +8,9 @@ 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 => '../..'
|
||||||
|
|
||||||
|
pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
|
||||||
|
|
||||||
# Enables Flipper.
|
# Enables Flipper.
|
||||||
#
|
#
|
||||||
|
@ -541,6 +541,6 @@ SPEC CHECKSUMS:
|
|||||||
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
|
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
|
||||||
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||||
|
|
||||||
PODFILE CHECKSUM: bd3ea0439a0aa5667265c080a37b4b9299a7d5ae
|
PODFILE CHECKSUM: 47c36d40d4722d77dc90b9ba797e10804912a983
|
||||||
|
|
||||||
COCOAPODS: 1.10.1
|
COCOAPODS: 1.10.1
|
||||||
|
Loading…
Reference in New Issue
Block a user