Dec
02
Disable Textinput in React native
In this article, we learn about Disable Option on React-Native TextInput. As a developer we need to disble React native TextInput view for this, you have to add editable={false} and selectTextOnFocus={false} to disable TextInput in react-native, let’s look at the code Read more