Image in scroll container in Native app gets cropped

0
I am working on a prototype Native app. For some pages, we will just show a mock up image for now. Some images have a height > screen height. Therefore, I place them in a scroll container. On the image I added a class:   export const bgImage = {    image: {         width: '100%',         resizeMode: 'cover'    }       Unfortunately, the image does not show correctly. It gets cropped at the top and bottom. How can I make this image show correctly? }  
asked
0 answers