Commit c0959852 authored by 7c00's avatar 7c00

Fix Podfile

parent 0f2af1fc
platform :ios, '8.0' platform :ios, '8.0'
target 'RNAMap3D' do target 'RNAMap3D' do
pod 'React', path: '../node_modules/react-native/' pod 'React', path: '../node_modules/react-native/', :subspecs => [
pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga/', :subspecs => [
'DevSupport', 'DevSupport',
] ]
pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga/'
pod 'react-native-amap3d', path: '../lib/ios/' pod 'react-native-amap3d', path: '../lib/ios/'
end end
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