mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-05 05:36:17 +00:00
feat(vlc): add audio focus handling
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
"pod": "bundle install && bundle exec pod install --project-directory=ios"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native/new-app-screen": "0.84.1",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
"react-native": "0.84.1",
|
||||
"react-native-nitro-modules": "0.35.3",
|
||||
"@react-native/new-app-screen": "0.86.0",
|
||||
"react": "19.2.7",
|
||||
"react-dom": "19.2.7",
|
||||
"react-native": "0.86.0",
|
||||
"react-native-nitro-modules": "0.36.1",
|
||||
"react-native-safe-area-context": "^5.5.2",
|
||||
"react-native-web": "^0.20.0"
|
||||
},
|
||||
@@ -27,10 +27,10 @@
|
||||
"@react-native-community/cli": "20.1.0",
|
||||
"@react-native-community/cli-platform-android": "20.1.0",
|
||||
"@react-native-community/cli-platform-ios": "20.1.0",
|
||||
"@react-native/babel-preset": "0.84.1",
|
||||
"@react-native/eslint-config": "0.84.1",
|
||||
"@react-native/metro-config": "0.84.1",
|
||||
"@react-native/typescript-config": "0.84.1",
|
||||
"@react-native/babel-preset": "0.86.0",
|
||||
"@react-native/eslint-config": "0.86.0",
|
||||
"@react-native/metro-config": "0.86.0",
|
||||
"@react-native/typescript-config": "0.86.0",
|
||||
"@types/jest": "^29.5.13",
|
||||
"babel-loader": "^10.1.1",
|
||||
"babel-plugin-module-resolver": "^5.0.2",
|
||||
|
||||
Reference in New Issue
Block a user