How to play same video on different screen dimensions

Hey i am using expo Audio-Video (A-V) Api i am succesfully able to play video in my Android device but on using another phone which is having comparatively small screen than the first one the video is not showing and instead it is showing white screen how to resolve this problem
how i able to play same video on different screen dimensions

<Video
          source={require('./splash1.mp4')}
          resizeMode="contain"
          shouldPlay={true}
          style={{flex:1}}
        />