jerson-av

Results 1 comments of jerson-av

for me the solution was to do the following https://snack.expo.io/@jerson/text-input-slow-fix ```javascript _onChange = (label) => { if (this.timeoutUpdate) { clearTimeout(this.timeoutUpdate); } this.timeoutUpdate = setTimeout(() => { this.input.setNativeProps({ text: label });...