razorRun/react-native-vlc-media-player

Crash when production apk/aab

abdoerrahiem opened this issue · 4 comments

Working fine on development, but on production app crash when show video.
I use react native 0.70.6.
Any idea?

me too

but with 1.0.48 it works

is this fix yet everyone ?

You can update to file build.gradle implementation 'org.videolan.android:libvlc-all:3.6.0-eap9'

You can update to file build.gradle implementation 'org.videolan.android:libvlc-all:3.6.0-eap9'

Thks, it works for me