Commit 8a30da2a authored by 7c00's avatar 7c00

Fix ci config

parent ceedf50b
......@@ -86,9 +86,9 @@ jobs:
cat << EOF > Podfile
platform :ios, '8.0'
target 'App' do
pod 'React', path: '../node_modules/react-native/'
pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga/'
pod 'react-native-amap3d', path: '../node_modules/react-native-amap3d/ios/'
pod 'React', path: '../node_modules/react-native'
pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga'
pod 'react-native-amap3d', path: '../node_modules/react-native-amap3d/lib/ios'
end
EOF
- pod install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment