chore(example/basic): upgrade sample react native version (#3776)
* perf: ensure we do not provide callback to native if no callback provided from app * chore: rework bufferConfig to make it more generic and reduce ReactExoplayerView code size * chore: improve issue template * fix(android): avoid video view flickering at playback startup * chore: upgrade sample react native version and dependancies
This commit is contained in:
@@ -13,19 +13,19 @@
|
||||
"pod-install:newarch": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install && cd .."
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-picker/picker": "^1.9.11",
|
||||
"@react-native-picker/picker": "2.7.5",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.74.0",
|
||||
"react-native-windows": "0.63.41"
|
||||
"react-native": "0.74.1",
|
||||
"react-native-windows": "0.74.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.10",
|
||||
"@babel/preset-env": "^7.22.10",
|
||||
"@babel/runtime": "^7.22.10",
|
||||
"@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",
|
||||
"@react-native/babel-preset": "0.74.83",
|
||||
"@react-native/eslint-config": "0.74.83",
|
||||
"@react-native/metro-config": "0.74.83",
|
||||
"@react-native/typescript-config": "0.74.83",
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"babel-jest": "^29.6.3",
|
||||
|
||||
Reference in New Issue
Block a user