import React from 'react'; import { Text, VStack } from 'native-base'; export const Example = () => { return ( Bold Italic Underline Highlighted H2O Underline StrikeThrough Bold, Italic & Underline ); };