chore(example): bump react-native version (#3569)

This commit is contained in:
Krzysztof Moch
2024-03-07 16:00:00 +01:00
committed by GitHub
parent b33e6df496
commit 75c5c1cd93
21 changed files with 1042 additions and 991 deletions

View File

@@ -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"
},