Hi, i use RN v0.51 and react-final-form v3.1
In iOS everything work perfect but in Android i got that error while trying to render <Field />:
TypeError: undefined is not a function (evaluating 'pathtypeof Symbol === 'function' ? Symbol.iterator : '@@iterator'')
Maybe try a shim? https://github.com/final-form/final-form/issues/52#issuecomment-354087347
Thanks, it's works!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Maybe try a shim? https://github.com/final-form/final-form/issues/52#issuecomment-354087347