import React from 'react'; import { Pressable, Text, Box, HStack, Spacer, Flex, Badge } from 'native-base'; export function Example() { return ( {({ isHovered, isFocused, isPressed }) => { return ( Business 1 month ago Marketing License Unlock powerfull time-saving tools for creating email delivery and collecting marketing data {isFocused ? ( Read More ) : ( Read More )} ); }} ); }