TheWidlarzGroup / react-native-video-player

A video player for React Native with controls
MIT License
514 stars 315 forks source link

Removal of jcenter() #142

Open venomkage opened 2 years ago

venomkage commented 2 years ago

In newer versions of React Native jcenter() will be removed which means we have to use mavenCentral() or jtpack() what to do now? How can we use react-native-video-player without jcenter() ?