import { Text } from 'native-base'; export const Paragraph = ({ children }: { children: React.ReactNode }) => {children};