From 98b43ea729d175c91ecb42ff985e8d916e7cf706 Mon Sep 17 00:00:00 2001 From: Flummi Date: Tue, 21 Jan 2020 18:47:08 +0100 Subject: [PATCH] update podfile --- ios/Podfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/Podfile b/ios/Podfile index ad4a362..d815dbf 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -34,6 +34,8 @@ target 'f0ckapp' do pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' + pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons' +