8a57b127d0
* 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
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "VideoPlayer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"windows": "react-native run-windows",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"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": "2.7.5",
|
|
"react": "18.2.0",
|
|
"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.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",
|
|
"babel-plugin-module-resolver": "5.0.0",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^18.0.24"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|