Skip to content
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

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

Open
SunRainMi opened this issue Nov 18, 2016 · 7 comments
Open

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

SunRainMi opened this issue Nov 18, 2016 · 7 comments

Comments

@SunRainMi
Copy link

image

@j-mendez
Copy link

Experiencing this as well.

@webdeveloper0429
Copy link

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

@j-mendez
Copy link

I fixed the issue by changing certain values on the package

.

@j-mendez
Copy link

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
Copy link

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

@webdeveloper0429
Copy link

Thanks @jeffreymendez1993

jrwm added a commit to jrwm/react-native-picker-android that referenced this issue Dec 28, 2016
@jrwm
Copy link

jrwm commented Dec 28, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants