disable react native text input on submit editing without changing state code example
Example: disable inputetext in react native
<TextInput editable={false} selectTextOnFocus={false} />
<TextInput editable={false} selectTextOnFocus={false} />