mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-27 19:33:02 +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