react-native-splash-screen
react-native-splash-screen copied to clipboard
scaleType cropTop
scaleType="centerCrop" cuts the bottom of my image, which is unsuitable for my application. Instead I would like to cut the top of the image, but AFAIK that requires a custom matrix and I have no idea how to specify it. Do someone know how to achieve this?