disabling textinput react native on button click code example Example: disable inputetext in react native <TextInput editable={false} selectTextOnFocus={false} />