Archive of September 2022

React Native Fonts | How to install 0.69+

React native fonts 0.69+

Prior to version 0.69, we were using npx react-native linkcommand to copy the resources to the native side among other things. But let's face it, we stopped using that command for anything else a long time ago because of auto-linking.

Well, now it is changed again because the link command doesn't exist anymore. I keep forgetting how, so not to search and spend some unnecessary time I'll have it here where it is handy for me, maybe for you too. Read More