React Native | How to use custom fonts with dynamic font sizing - 2020

Опубликовано: 06 Февраль 2020
на канале: UA Studios
5,581
51

If you like my work you can buy me a coffee !
https://ko-fi.com/usaidather

If you like this video please like, share, comment and please don't forget to subscribe to UA Studios:
   / @uastudios  

In this React Native Tutorial, I will tell you guys how to use custom fonts with the help of Expo Libraries and how we can manage these fonts for different screens of Android and iOS Devices. This technique is called dynamic font sizing.

Topics to be covered in this tutorial
Custom Fonts Using Expo
Dynamic Fonts Sizing.

If you haven't watched my previous tutorial ''How to use react-navigation" I recommend you guys that you should watch it first because I am using react-navigation in this tutorial.

React-Navigation Tutorial:
   • React Native | React Navigation | How to n...  

React-Native Carousel View:
   • React Native | Infinite Carousel View - 2020  

React-Native Reusable Components:
   • React Native | Reusable Components | User ...  

React Navigation Docs:
https://reactnavigation.org/docs/en/g...

Dependencies For React Navigation
npm install react-navigation
npx expo-cli install react-native-gesture-handler react-native-reanimated react-navigation-stack
npm install --save react-navigation-stack react-navigation-tabs
npm i react-native-safe-area-view react-native-safe-area-context &&
react-native link react-native-safe-area-context
npm i @react-native-community/masked-view
npm i react-native-screens

Thanks For Watching UA Studios "Stay Focus and Keep Learning."