1.0.4 • Published 2 years ago

react-native-font-link v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

react-native-font-link

A Simple npx Script That Automates Linking of Fonts to Your React Native No Extra Dependencies to install just run the npx command inside your project directory to link your fonts to your react native app

The React Native Font Link Library assumes the default directory to be /assets/fonts if not you can specify your own by providing --fonts

Usage

For RN > 0.69

npx react-native-font-link

#Specifiying Font Directory
npx react-native-font-link --fonts="/fonts"

For RN < 0.69

#Run The Following Command After Completing the Steps Above
npx react-native link

License

MIT

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago