react-native-timeline-flatlist icon indicating copy to clipboard operation
react-native-timeline-flatlist copied to clipboard

titleStyle (Can't use custom font)

Open nzrin opened this issue 4 years ago • 3 comments

descriptionStyle and timeStyle can use custom font but not titleStyle. It is not working. Please help.

nzrin avatar Dec 22 '19 05:12 nzrin

Checked with custom fontFamily and titleStyle works. Can you provide example please?

Eugnis avatar Mar 15 '20 12:03 Eugnis

I have the same problem. The custom font just does not render and it keeps the stock font. titleStyle={{ fontFamily: 'Montserrat-Light-Italic', color: '#ffffffDE', marginStart: 5, }} descriptionStyle={{ fontFamily: 'Montserrat-Medium', color: '#ffffff99', marginStart: 10, }} This is my code, the descriptionStyle works fine.

Luuk99 avatar Jul 25 '20 18:07 Luuk99

modifiquen la dependencia, en los estilos del titulo, tiene fijo fontSize: 16, fontWeight: 'bold', modifiquen esa parte y listo

ablancobarreda avatar Jun 24 '22 03:06 ablancobarreda