import React from 'react'; import { FormControl, Input, Stack, WarningOutlineIcon, Box, } from 'native-base'; export const Example = () => { return ( Password Must be atleast 6 characters. } > Atleast 6 characters are required. ); };