Fernando Albiero
Results
2
comments of
Fernando Albiero
I think it happens because u didn't define your Image component size, so it follows the View parent size 200x100. When you specify the resizeMode as 'contains' it will resize...
Hi @szmarczak! Sorry for the delay to respond you. > Image inherits View: https://reactnative.dev/docs/image#props You're right about this, i forgot this detail. Sorry for the mistake. > The issue is,...