danielweinmann / react-native-picker-dropdown

A dropdown that uses React Native's Picker for Android and ActionSheetIOS for iOS
MIT License
28 stars 20 forks source link

Syntax error in picker.js #5

Open jalakamsairam opened 6 years ago

jalakamsairam commented 6 years ago

when i installed the package by doing yarn add "packagename" the library showed up an error at line 39 in picker.js. The code on your github looks fine but when i tried to work on it and implement it on my application i found out about the bug in the package. Please take a look at it. thanks

danielweinmann commented 6 years ago

Thanks, @jalakamsairam! Can you test with version 0.0.2? I just published it.