mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
mkv fix for ios
This commit is contained in:
parent
af286339f6
commit
876f77019e
1 changed files with 14 additions and 0 deletions
14
react-native.config.js
Normal file
14
react-native.config.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
module.exports = {
|
||||
dependencies: {
|
||||
'react-native-vlc-media-player': {
|
||||
platforms: {
|
||||
android: {
|
||||
sourceDir: '../node_modules/react-native-vlc-media-player/android',
|
||||
packageImportPath: 'import io.github.react_native_vlc_media_player.ReactNativeVlcMediaPlayerPackage;',
|
||||
// Disable autolinking for Android
|
||||
disable: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in a new issue