react-native-picker-android icon indicating copy to clipboard operation
react-native-picker-android copied to clipboard

This component in the react - native 0.36 has a double shadow

Open SunRainMi opened this issue 8 years ago • 7 comments

image

SunRainMi avatar Nov 18 '16 10:11 SunRainMi

Experiencing this as well.

j-mendez avatar Nov 25 '16 19:11 j-mendez

Hi. Did you fix this issue? I have same issue. untitled

webdeveloper0429 avatar Dec 04 '16 22:12 webdeveloper0429

I fixed the issue by changing certain values on the package

.

j-mendez avatar Dec 20 '16 19:12 j-mendez

let upViewStyle = { marginTop: (2 - index) * 30, height: length * 30, }; let middleViewStyle = { marginTop: -index * 40, }; let downViewStyle = { marginTop: (-index - 1) * 19, height: length * 30, };

j-mendez avatar Dec 20 '16 19:12 j-mendez

Styling needs to be adjusted. Use this above the render method.^

j-mendez avatar Dec 20 '16 19:12 j-mendez

Thanks @jeffreymendez1993

webdeveloper0429 avatar Dec 20 '16 19:12 webdeveloper0429

I have fixed it in my fork. Try it https://github.com/jrwm/react-native-picker-android

jrwm avatar Dec 28 '16 16:12 jrwm