Open echagnas opened 2 years ago
@jsamr @echagnas @laurynas @krystofcelba @fauzie811 any update on this facing same issue. Steps:
@codal-mpawar I don't have time to explore and fix this right now but I'll review PRs.
@jsamr Can you please look into and as soon as possible fixes. Thanks for fast response.
Decision Table
<yyy>
is not rendered”Good Faith Declaration
Description
Hi, I've just found a problem with "allowFontScaling".
The param "allowFontScaling" works fine with all text, but there is a problem with "ol" "li" tags. The text in the "li" works, but the "bullet" stay in the font size define by the OS.
For example the following
<ol><li>first</li></ol>
will show "1. first" but the "1" will be with a big font.Perhaps there is a turnaround, but doesn't find it for the moment.
I've tried to use "tagsStyles" to change the "ol" or "li" fontSize, the text change but not the bullet. :(
React Native Information
RNRH Version
6.3.1
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
<ol><li>first</li></ol>
Additional Notes
No response