TypeScript issues when creating ref for React Native TextInput TypeScript issues when creating ref for React Native TextInput reactjs reactjs

TypeScript issues when creating ref for React Native TextInput


You can try the following:

inputRef = React.createRef<TextInput>();