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