Ajackster / react-native-global-props

A simple javascript implementation to add custom, default props to react-native components.
MIT License
350 stars 33 forks source link

fontWeight not applied to custom font after RN update #2

Closed BluDay closed 7 years ago

BluDay commented 7 years ago

Yes the title sums it up...

After I accidentally upgraded or updated react-native in npm and transfered my entire project to a new one, fontWeight stopped working completely with a custom font (Roboto-Thin.ttf).

Thanks :)

Ajackster commented 7 years ago

@BluDay what version of react native did you upgrade to?

BluDay commented 7 years ago

@Ajackster

I don't remember because I removed my previous project. Now on my new project I'm using:

react-native-cli: 2.0.1 react-native: 0.41.2

Any ideas?