Closed srt0422 closed 7 years ago
the Picker.Item was always rendering with this.props(), which threw an error for me because this.props is an object map.
I just added a ternary so that this.props or this.props() can work.
the Picker.Item was always rendering with this.props(), which threw an error for me because this.props is an object map.
I just added a ternary so that this.props or this.props() can work.