I have an image that should cover the dimension of the screen, how can I do?
logoPor: {
alignItems: 'flex-end',
resizeMode: 'cover',
height:40,
justifyContent: "center",
}
In this way the image resulting zooming and only a part is showed.
I have resolved using: