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

Graph area gradient issue react-native ios #180

Open
anubhabdas opened this issue Jan 12, 2023 · 0 comments
Open

Graph area gradient issue react-native ios #180

anubhabdas opened this issue Jan 12, 2023 · 0 comments

Comments

@anubhabdas
Copy link

Inside graph area gradient color is not showing in ios devices but in Android it is showing properly. Please refer the screenshots for your reference.

<Area
theme={{
gradient: {
from: { color: 'white', opacity: 0.4 }, //white
to: { color: '#02b17c', opacity: 0.4 },
},
}}
smoothing="cubic-spline"
/>

Android: Click here

iOS: Click here

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

1 participant