Closed RyanSalih closed 4 years ago
Passing fontFamily: "my-font-family-name"
style should have done the job.
Could you post a minimal showcase where you are using the library @RyanSalih? Also could you check you can use the custom font you are importing in a plain react-native Text component?
Closing due to inactivity.
How to use custom font for label and text input? i have tried adding "rnpm": { "assets": [ "../.././assets/fonts/" ] } inside the lib package.json. Also tried adding fontFamily:"my-font-family-name" inside the style prop, is there any solution for it?