react-native-pin-code
react-native-pin-code copied to clipboard
Title font family doesn't work
I tried changing the font family of the titles (Enter and locked) but they don't seem to pick no matter what i do.
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.