In my use case, I clearly needed input to lose focus (and require the user to touch it again with the intention of editing).
Kladzh in this post was the best for me:
this.refs.input.setNativeProps({'editable':false}); this.refs.input.setNativeProps({'editable':true});
paolobueno
source share