Fix gradle error

This commit is contained in:
John Lyon-Smith
2018-03-18 11:39:21 -07:00
parent 77d92f3b7b
commit 2f4cc3e261
7 changed files with 24 additions and 56 deletions

View File

@@ -31,16 +31,16 @@ target 'DeightonAR' do
pod 'react-native-maps', path: '../node_modules/react-native-maps'
pod 'react-native-google-maps', path: '../node_modules/react-native-maps'
pod 'GoogleMaps'
pod 'ViroReact', :path => '../node_modules/react-viro/ios/'
pod 'ViroKit', :path => '../node_modules/react-viro/ios/dist/ViroRenderer/'
end
pre_install do |installer|
# workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
#
# pod 'ViroReact', :path => '../node_modules/react-viro/ios/'
# pod 'ViroKit', :path => '../node_modules/react-viro/ios/dist/ViroRenderer/'
end
# pre_install do |installer|
# # workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
# Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
# end
#
post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == 'yoga'