-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working in IOS #1
Comments
Hey, @tsmrafee-bs. Can you please paste the contents of your |
@danielweinmann |
Thanks! And how are you rendering it? |
@danielweinmann
|
If you create the following component and render it instead, does it work?
|
thanks @danielweinmann , it works. but it shows the dropdown icon in the middle in IOS. how to set it in the right? |
Weird, it shouldn't since we're using |
oh no..without selected value it shows in the middle. thanks |
Great! I'll leave this issue open until I release a new version with:
Thanks a lot for your feedback! :D |
node_modules/react-native-picker-dropdown/Picker.js: Unexpected token (39:19)
I wasted my time using this component |
I am getting this same error: node_modules/react-native-picker-dropdown/Picker.js: Unexpected token (39:19) |
You need to edit this package and remove those two :: before this. In addition to this, you might need to put () after handlePress like handlePress(). Then it will work. Even after this, there are issues. I would recommend using react-native-modal-picker |
it doesnot show anything on IOS.
a blank space on the place of the component
The text was updated successfully, but these errors were encountered: