chore(example): bump react-native version (#3569)
This commit is contained in:
@@ -8,28 +8,30 @@
|
||||
"windows": "react-native run-windows",
|
||||
"start": "react-native start",
|
||||
"test": "jest",
|
||||
"lint": "eslint ."
|
||||
"lint": "eslint .",
|
||||
"pod-install": "cd ios && pod install && cd ..",
|
||||
"pod-install:newarch": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install && cd .."
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-picker/picker": "^1.9.11",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.2",
|
||||
"react-native": "0.74.0-rc.2",
|
||||
"react-native-windows": "0.63.41"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.10",
|
||||
"@babel/preset-env": "^7.22.10",
|
||||
"@babel/runtime": "^7.22.10",
|
||||
"@react-native/eslint-config": "^0.73.2",
|
||||
"@react-native/metro-config": "^0.73.3",
|
||||
"@react-native/typescript-config": "^0.73.1",
|
||||
"@react-native/eslint-config": "^0.74.1",
|
||||
"@react-native/metro-config": "^0.74.2",
|
||||
"@react-native/typescript-config": "^0.74.1",
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"babel-jest": "^29.6.3",
|
||||
"babel-plugin-module-resolver": "5.0.0",
|
||||
"eslint": "^8.19.0",
|
||||
"jest": "^29.6.3",
|
||||
"@react-native/babel-preset": "0.73.19",
|
||||
"@react-native/babel-preset": "0.74.2",
|
||||
"prettier": "^2.8.8",
|
||||
"typescript": "5.0.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user