Chion82 / native-base-web

NativeBase for React Native Web. The missing piece of RN4WEB.
https://chion82.gitbooks.io/nativebase-for-web/content/
Apache License 2.0
73 stars 22 forks source link

fixed this.props in Picker.Item for IOS and Web #8

Closed srt0422 closed 7 years ago

srt0422 commented 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.