You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
can you show me how the Video has been resized and centralized with this?
cause Video from Expo in my app it´s not resized, the video play in your nativeSize .or something, inside de
I need resize VideoPlayer how component Video, its posible.
<View style={{alignItems: "center",padding:10, width: deviceWidth - 40, height:180, backgroundColor:'#fff'}}>
<Video
source={{ uri: url }}
shouldPlay
resizeMode="cover"
useNativeControls
style={{ width: deviceWidth - 60, height:150}}
/>
can resize VideoPlayer component ? i cant
The text was updated successfully, but these errors were encountered: