Fixed podfile

This commit is contained in:
Arnaud Vergnet 2020-05-29 14:29:56 +02:00
parent 8c8b9c776d
commit 870323b618

View file

@ -75,11 +75,6 @@ target 'Campus' do
pod 'glog', :podspec => "#{rnPrefix}/third-party-podspecs/glog.podspec" pod 'glog', :podspec => "#{rnPrefix}/third-party-podspecs/glog.podspec"
pod 'Folly', :podspec => "#{rnPrefix}/third-party-podspecs/Folly.podspec" pod 'Folly', :podspec => "#{rnPrefix}/third-party-podspecs/Folly.podspec"
target 'CampusTests' do
inherit! :complete
# Pods for testing
end
# react-native-cli autolinking # react-native-cli autolinking
use_native_modules! use_native_modules!