davidohayon669 / react-native-youtube

A <YouTube/> component for React Native.
MIT License
1.16k stars 472 forks source link

[iOS] white space in iphone X #335

Open bitshadow opened 5 years ago

bitshadow commented 5 years ago
const { height, width } = Dimensions.get('window');
<YouTube
   ...
   style={{ alignSelf: 'stretch', height: height, width: width }}
</YouTube>

Trying to streatch the video to fit the screen size in iphone X. But its not working.

screen shot 2018-11-29 at 10 56 33 pm
rafaelsorto commented 5 years ago

@bitshadow I am having this bug as well, Did you find any solution?

davidohayon669 commented 5 years ago

@rafaelsorto can you give more context?