margelo / margelo/react-native-graph
Is gradientFillColors supported on Android?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.6k
- Forks
- 136
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 12
Description
As the title states, is gradientFillColors supported on Android? The prop does not appear to be affecting the chart.
<LineGraph
style={{height: 80, width: '100%'}}
points={placeholderData}
animated={false}
color={theme.colors.primary}
gradientFillColors={['#7476df5D', '#7476df4D', '#7476df00']}
lineThickness={2}
/>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the LineGraph component and trace gradientFillColors through the Android rendering path, using the supplied example to reproduce the missing gradient. Verify whether the prop is supported on Android and record the observed behavior; the issue names no files or tests and does not define a specific expected change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, react-native, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100