hi folks , this might sound silly but I’m having issues in the thank you page.
my images do not respect the sizes I set, but If I open the dev console, they do.
is there a more o less complex example using some of the standard html/css properties of a image? thanks.
<InlineLayout
spacing="loose"
columns={['1']}
inlineAlignment="center"
overflow="hidden"
>
<View inlineSize="max-content">
<Image
source={url}
fit="contain"
inlineSize={100
}
blockSize={100
}
accessibilityDescription="Payment method Logo"
/>
</View>
</InlineLayout>
also if there is a page or site or repo with implemented examples of this library it would be AWESOME. I feel it is a bit different to all I know btw.