bamlab / react-native-make

A collection of everyday React Native CLI tools
MIT License
761 stars 87 forks source link

Fix (android): Cover the screen in cover mode #45

Closed ChielBruin closed 3 years ago

ChielBruin commented 3 years ago

When using an image as a splash screen that does not match the screen dimensions in cover mode on Android, the image is fitted to the screen instead of properly covering the entire screen. Changing the layout of the image to match its parent instead of matching the content size fixes this issue.