react-native-jw-media-player
react-native-jw-media-player copied to clipboard
Android issue with version <= 0.2.x
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!