barmej / react-native-youtube-player

A Cross-platform Youtube Player component for React Native Built using the official YouTube IFrame Player API.
128 stars 49 forks source link

Unbelievably un-responsive controls on android #11

Open AbelTesfaye opened 4 years ago

AbelTesfaye commented 4 years ago

Hello,

Is it just me or are the player controls on android extremely slow to respond?

I've installed all modules correctly and linked them successfully( including react-native-orientation )

Is there an additional step that isn't written on the docs I missed?

Thanks

HarishJangra commented 4 years ago

i am also facing the same problem. if there anything I should know.

AbelTesfaye commented 4 years ago

@HarishJangra

Hi, not sure if this will be of any help to you but I got a minimal android YouTube player working(no IOS support).

https://github.com/AbelTesfaye/dingo/tree/master/android/app/src/main/java/com/dingo/AndroidYouTubePlayer

https://github.com/AbelTesfaye/dingo/tree/master/src/UI/CustomModules/Native

I basically exposed some methods from https://github.com/PierfrancescoSoffritti/android-youtube-player

HarishJangra commented 4 years ago

@AbelTesfaye Thank you so much. I will definitely utilize this one.