LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
598 stars 153 forks source link

Add support to control the style of <View> outside of <WebView> #238

Open maydna opened 2 years ago

maydna commented 2 years ago

Hi, thanks for the great tool. I wonder if we can add a variable viewContainerStyle to control the style of outside of , therefore it can support styling using flexbox (e.g. to make the at the center of ) my draft PR is: https://github.com/LonelyCpp/react-native-youtube-iframe/pull/237