import React from 'react'; import { Wrap, Center } from 'native-base'; export const Example = () => { return (
Box 1
Box 2
Box 3
Box 4
); };