-
Notifications
You must be signed in to change notification settings - Fork 64
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
Picker's list has shadow in react native 0.39. #14
Comments
@starcraft0429 Facing the issue in Picker List. If you have solved the issue please give the suggestions to solve the problem. |
@shaikhussian , do you have same issue? |
yes, I am also facing the same issue. Can you give me the suggestions ? |
I have no idea to solve it, |
React-native from 0.36 and up has a problem where overflow: 'hidden' doesn't work without setting background: 'transparent' on the same component. I added background: 'transparent' to the styles of the correct components and the picker in node_modules/react-native-picker-android/index.js and everything looks fine now. The project looks pretty abandoned so I won't try uploading a pull request. |
@svandenhout thanks for your reply. |
@starcraft0429 At all the styles that apply overflow: 'hidden' |
Thank you a lot @svandenhout |
I have fixed it in my fork. Try it https://github.com/jrwm/react-native-picker-android |
@jrwm! |
@starcraft0429 yes, just replace |
@starcraft0429 you are the man |
how do I fix this?
The text was updated successfully, but these errors were encountered: