React Native Fonts are Not Working on Styleshhet.create object
fontFamily not working. Am i must use the expo-font why? Also, when using expo, you need to specify the font name in the element, I do not want this. // react-native.config.js module.exports = { "assets": ["./assets/fonts/"], } // src/constants/fonts.ts export…