How to set height and width to Splash Screen?

By using below properties Splash Screen’s height and width can be controlled which Android native way of doing,

<ImageView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
/>

Like wise is there any way to do with expo-splash-screen?