Kacper Grzeszczyk
Results
1
comments of
Kacper Grzeszczyk
Recently merge doesn't fix the issue. The thing is that [`getInputs`](https://github.com/bamlab/react-native-formik/blob/master/src/withNextInputAutoFocus.js#L11) recursive function doesn't get into components without children, so... if you have something like that: ``` js const Address...