etn-ccis / blui-react-native-component-library

Re-usable React-Native components for use in Brightlayer UI applications
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

Use fontFamily correctly for ListItemTag to work properly on Android #557

Closed ektaghag-eaton closed 2 months ago

ektaghag-eaton commented 5 months ago

Describe the bug / expected behavior

On Android, the tag is rendered using the Regular font. Android does not support setting fontWeight as a number (they only support 'bold') for custom fonts.

Along with a fix for issue 89, need to fix Tag component

What are the steps to reproduce?

  1. Go to...
  2. Click on...

Screenshots / Screen recording

Code snippet / Link to minimum reproduction example

CODE HERE

Your environment information

Suggested fix

Anything else to add?

ektaghag-eaton commented 5 months ago

This will be covered in BLUI-5609