How to add custom font in react native android

后端 未结 13 1267
别那么骄傲
别那么骄傲 2020-12-01 12:28

I am learning react-native, trying to create some demo apps just for learning. I want to set fontFamily to roboto thin of my toolbar title.

<
13条回答
  •  执念已碎
    2020-12-01 13:14

    Add in project.json file

    rnpm {
    assets:assets/fonts 
    }
    

    Then perform react-native link

提交回复
热议问题