react-native-picker-android
react-native-picker-android copied to clipboard
This component in the react - native 0.36 has a double shadow
Experiencing this as well.
Hi.
Did you fix this issue?
I have same issue.
I fixed the issue by changing certain values on the package
.
let upViewStyle = { marginTop: (2 - index) * 30, height: length * 30, }; let middleViewStyle = { marginTop: -index * 40, }; let downViewStyle = { marginTop: (-index - 1) * 19, height: length * 30, };
Styling needs to be adjusted. Use this above the render method.^
Thanks @jeffreymendez1993
I have fixed it in my fork. Try it https://github.com/jrwm/react-native-picker-android