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