chore(example/basic): bump react-native to 0.74.0 (#3702)

* fix(ts): onPlaybackRateChangeData was not correctly typed

* fix: ensure tracks are well displayed in the sample

* chore: update basic sample to official react native 0.74
This commit is contained in:
Olivier Bouillet
2024-04-23 09:00:42 +02:00
committed by GitHub
parent 6f61d7f6e6
commit 818f92f654
6 changed files with 442 additions and 396 deletions

View File

@@ -15,17 +15,17 @@
"dependencies": {
"@react-native-picker/picker": "^1.9.11",
"react": "18.2.0",
"react-native": "0.74.0-rc.4",
"react-native": "0.74.0",
"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/babel-preset": "0.74.75",
"@react-native/eslint-config": "0.74.75",
"@react-native/metro-config": "0.74.75",
"@react-native/typescript-config": "0.74.75",
"@react-native/babel-preset": "0.74.81",
"@react-native/eslint-config": "0.74.81",
"@react-native/metro-config": "0.74.81",
"@react-native/typescript-config": "0.74.81",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",