react-native-jw-media-player icon indicating copy to clipboard operation
react-native-jw-media-player copied to clipboard

Android issue with version <= 0.2.x

Open KestasVenslauskas opened this issue 3 years ago • 0 comments

This issue is on version 0.1.57

Before 0.2.x version this lib uses JW player SDK v3. But the latest SDK version "3.20.2" crashes with NoSuchMethodException on Android in this implementation. So you have to specify jwplayerVersion in .gradle file

jwplayerVersion = "3.20.1"

I did not fully update to 0.2.0 because of remaining issues for iOS. Hope it will be fixes soon!

KestasVenslauskas avatar May 09 '22 12:05 KestasVenslauskas