chymtt / ReactNativeDropdownAndroid

A simple wrapper for Android's Spinner in react-native
MIT License
61 stars 22 forks source link

In react-native 0.19 the values are not shown #17

Closed danimasa closed 8 years ago

danimasa commented 8 years ago

I upgraded my react-native version to 0.19, but after that the values on the Dropdown does't show. The dropdown appears but with no contents.

JeJan commented 8 years ago

same here with 0.20

chymtt commented 8 years ago

This is due to the breaking change in react-native 0.19.0. I have updated the component to adapt the change @danimasa @JeJan Please update and see if the issue has been fixed

danimasa commented 8 years ago

Now all works well, Thanks.