react-native-pin-code icon indicating copy to clipboard operation
react-native-pin-code copied to clipboard

Title font family doesn't work

Open rick427 opened this issue 2 years ago • 1 comments

I tried changing the font family of the titles (Enter and locked) but they don't seem to pick no matter what i do.

rick427 avatar Aug 17 '23 20:08 rick427

Could you share the code? But basically, the component has nothing to do with the fontFamily. Whatever text style you pass to the title component it will get. Rendering is done by React Native. You need to check if your custom font family is displayed with React Native's built-in Text component.

anhnch avatar Oct 11 '23 12:10 anhnch