mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-06 09:31:22 +08:00
[template] update to RN 0.60.5
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user