import React from 'react'; import { Box } from '@native-base/v3'; export const Basic = () => { return ( This is a Box ); };