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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user