Fix android font weight ignore >= 700
This was caused by a RN >= 0.60 issue with the font-weight
I fixed all the occurrences of fontWeight: '800' of the app
closes #1537
0/1
thread resolved
changed milestone to %Mobile 3.12
added scoped labels
changed the description
- Last updated by Martin Santangelo
567 568 paddingBottom: 10, 568 569 }, 569 570 modalTitle: { 570 fontWeight: '800', 571 fontWeight: '700', - Developer
Some times we're changing the fontWeight, sometimes we're commenting in favor of Fontfamily. What's the difference?
- Developer
I should change the font there too, my first approach was to change the weight to 700 but is not the same, it will be slimmer font than the 800.
I will fix it changed this line in version 3 of the diff
approved this merge request
approved this merge request
merged
mentioned in commit b45d304d