//@ts-nocheck import React from 'react'; import { Stack, Center, Heading, ScrollView, VStack, Divider, } from 'native-base'; export function Example() { return ( row
Box 1
Box 2
Box 3
column
Box 1
Box 2
Box 3
row-reverse
Box 1
Box 2
Box 3
column-reverse
Box 1
Box 2
Box 3
); }