This project was created as the result of a tutorial explaining how to add custom fonts in react native and set these new fonts to texts and inputs. You can find here the tutorial article.
- git clone https://github.com/ManuViola77/customize_fonts_react_native_tutorial.git
- cd customize_fonts_react_native_tutorial
- npm install
- cd ios
- pod install
- cd ..
- react-native run-ios or react-native run-android