React-native is having trouble loading fonts

After a long search, we finally solved the problem… The measurement work

1. Problem screenshots:

2. Solution Steps:

yarn add react-native-vector-icons
yarn react-native link
cd ios && pod install && cd ..
yarn run ios 
Copy the code

It is OK if NPM is replaced with YARN above NPM

You’re successful

Github issues are as follows:

Github.com/oblador/rea…