import React from 'react'; import { Image, Box, Center } from 'native-base'; export function Example() { return (
fallback text This is a box } />
); }