import React from 'react'; import { Flex, Text, Center, Box } from '@native-base/v3'; export default function () { return (
Box 1
Box 2
Box 3
); }