Open hugoh59 opened 2 years ago
When trying to set fontFamily style prop inside useAnimatedStyle, it give me an error:
Unrecognized font family 'Roboto-Regular'
const _priceStyleMinified = useAnimatedStyle(() => { return( { opacity: isActive.value ? 1 : 0, backgroundColor: 'white', position: 'absolute', right: 60, top: 22, fontSize: 20, fontWeight: '700', color: 'rgb(32,32,32)', letterSpacing: .4, textAlign: 'right', fontFamily: 'Roboto-Regular' } ) });
Any solution for this ?
When trying to set fontFamily style prop inside useAnimatedStyle, it give me an error:
Unrecognized font family 'Roboto-Regular'