import React from 'react'; import { Button, Divider, Heading, VStack, Stack, ScrollView, } from 'native-base'; export const Example = () => { return ( {/* Solid */} Solid Subtle {/* Subtle */} Outline {/* Outline */} Link {/* Link */} Ghost {/* Ghost */} Unstyled {/* Unstyled */} ); };