import React from 'react'; import { VStack, Box } from 'native-base'; export const Example = () => { return ( ); };