You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import {Input} from 'react-native-elements';
// 'Input' refers to a value, but is being used as a type here. Did you mean 'typeof Input'?
const input = useRef<Input>(null);