import React from 'react'; import { Popover, Button, Input, FormControl, Box } from 'native-base'; export function Example() { const initialFocusRef = React.useRef(null); return ( { return ; }} > {/* @ts-ignore */} Personal Details First Name Last Name ); }