How to Make TextInput not Editable in React Native
Last Updated on December 10, 2020. Sometimes, you might need TextInput which can’t be edited by the user. In that case, TextInput should be made not editable with editable prop. Let’s check how to make TextInput noneditable in react native. Go through the code below where I made TextInput not editable. Class based component Function …
How to Make TextInput not Editable in React Native Read More »