Open bitshadow opened 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.
@bitshadow I am having this bug as well, Did you find any solution?
@rafaelsorto can you give more context?
Trying to streatch the video to fit the screen size in iphone X. But its not working.