React Native, redux form, native base - onChange(event) function doesnt work,undefined is not an object evaluating event.target.value
问题 CHANGED, STILL NO ANSWER I followed this example: https://jsfiddle.net/4np9u17g/11/ I want to make it like there - after inputing value focus should go to next input. I use new syntax of refs and redux form, what am i doing wrong? constructor() { super(); this.field1 = React.createRef(); this.field2 = React.createRef(); this.field3 = React.createRef(); this.field4 = React.createRef(); this.field5 = React.createRef(); this.field6 = React.createRef(); } On change function (I made it really