You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to return Picker.Item from an array but I face an error after upgrade from version 2.12.2 to 2.13.4 before works fine (with same code), this error is only on iOS in my case.
Version
Native base: 2.13.4
React Native: 0.60.4
Expected behaviour
Everything should render properly
Actual behaviour
Error screen error:
TypeError: undefined is not an object: (evaluating 'child.props.value')
Hi , the bug it is'nt fixed yet i run some trouble on IOS , the picker behaviour is it can't accept empty or undefined data . Make sure you pass conditional data when the data is empty just pass empty array .
Issue Description
I am trying to return Picker.Item from an array but I face an error after upgrade from version 2.12.2 to 2.13.4 before works fine (with same code), this error is only on iOS in my case.
Version
Native base: 2.13.4
React Native: 0.60.4
Expected behaviour
Everything should render properly
Actual behaviour
Error screen error:
TypeError: undefined is not an object: (evaluating 'child.props.value')
Steps to reproduce
but this for example works:
Any other additional info which would help us debug the issue quicker.
Related issues closed: #983
The text was updated successfully, but these errors were encountered: