import React from 'react'; import { VStack, Image, ScrollView, Heading, Center } from 'native-base'; export function Example() { return ( <> Image Sizes {/*
*/} {['xs', 'sm', 'md', 'lg', 'xl', '2xl'].map((size) => ( {'Alternate ))} {/*
*/}
); }