import React from 'react'; import { Box, Heading, Divider, Flex } from '@native-base/v3'; export const Composite = () => { return ( Title This can be a paragraph of a Story about a wise fox. Sub Title This can be a paragraph of a Story about a wise fox. Sub Title This can be a paragraph of a Story about a wise fox. ); };