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