Commit 0f2af1fc authored by 7c00's avatar 7c00

更新依赖

parent 82ea1d44
[ignore] [ignore]
.*/node_modules/react-native/* .*/node_modules/react-native/*
.*/example/.*
...@@ -2,6 +2,8 @@ platform :ios, '8.0' ...@@ -2,6 +2,8 @@ platform :ios, '8.0'
target 'RNAMap3D' do target 'RNAMap3D' do
pod 'React', path: '../node_modules/react-native/' pod 'React', path: '../node_modules/react-native/'
pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga/' pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga/', :subspecs => [
'DevSupport',
]
pod 'react-native-amap3d', path: '../lib/ios/' pod 'react-native-amap3d', path: '../lib/ios/'
end end
...@@ -40,9 +40,9 @@ ...@@ -40,9 +40,9 @@
"eslint-plugin-import": "^2.8.0", "eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1", "eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.62.0", "flow-bin": "^0.64.0",
"react": "16.0.0", "react": "16.2.0",
"react-native": "0.51.0", "react-native": "0.52.2",
"react-navigation": "^1.0.0-beta.23" "react-navigation": "^1.0.0-beta.23"
}, },
"presets": [ "presets": [
......
This diff is collapsed.
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