import React from 'react'; import { Stack, TextField, Button, Icon } from 'native-base'; export const Example = () => { const [isInvalid, setIsInvalid] = React.useState(false); return ( } InputRightElement={ } /> ); };