wuba / wuba/react-native-echarts
Some tooltip options don't work on the `richText` render mode
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 967
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Description
Some tooltip options don't work on the renderMode: 'richText'. By default, RN Web uses the html option, which works well with these options, but for iOS or Android devices, html mode is not an option.
It happens with:
- All the
shadow*options; - The
borderWidthoption (but theborderColorandborderRadiusworks); richTextrender only;
A simple snack to reproduce the behavior:
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 with the linked Expo Snack and reproduce the tooltip behavior using richText rendering on iOS or Android. Trace the richText rendering entry point and compare it with html mode, then verify that shadow*, borderWidth, borderColor, and borderRadius behave as reported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100