Published
- 1 min read
disable inputetext in react native
The solution for this is noted below
disable inputetext in react native
Solution
<TextInput editable={false} selectTextOnFocus={false} />
Try other methods by searching on the site. That is if this doesn’t work