Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 562 Bytes

File metadata and controls

16 lines (10 loc) · 562 Bytes

How to customize fonts in React Native

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.

Instalation steps

  1. git clone https://github.com/ManuViola77/customize_fonts_react_native_tutorial.git
  2. cd customize_fonts_react_native_tutorial
  3. npm install
  4. cd ios
  5. pod install
  6. cd ..
  7. react-native run-ios or react-native run-android