[template] update to RN 0.60.5

This commit is contained in:
Salakar
2019-09-24 12:39:23 +01:00
parent c12b5a5f1f
commit 474582cbb8
2 changed files with 10 additions and 9 deletions

View File

@@ -6,7 +6,6 @@ target 'HelloWorld' do
pod 'React', :path => '../node_modules/react-native/'
pod 'React-Core', :path => '../node_modules/react-native/React'
pod 'React-DevSupport', :path => '../node_modules/react-native/React'
pod 'React-fishhook', :path => '../node_modules/react-native/Libraries/fishhook'
pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'

View File

@@ -13,16 +13,18 @@
"dependencies": {
"@react-native-firebase/app": "6.0.0",
"react": "16.8.6",
"react-native": "0.60.4"
"react-native": "0.60.5"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.0",
"@react-native-community/eslint-config": "^0.0.3",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.54.1",
"patch-package": "^6.1.0",
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"@react-native-community/cli": "^2.9.0",
"babel-jest": "^24.8.0",
"eslint": "^6.1.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.56.0",
"patch-package": "^6.1.4",
"react-test-renderer": "16.8.6"
},
"jest": {