import React from 'react'; import { Button, Divider, Heading, VStack, Center } from 'native-base'; export const Example = () => { return ( {/* Row */}
Row
{/* Column */}
Column
); };