import React from 'react'; import { AspectRatio, Image } from 'native-base'; export const Example = () => { return ( Picture of a Flower ); };