Answers for "fontfamily "octicons" is not a system font and has not been loaded through font.loadasync."

0

fontfamily "octicons" is not a system font and has not been loaded through font.loadasync.

fontfamily "octicons" is not a system font and has not been loaded through font.loadasync.
The fix for the above error would in 3 steps as following:
1. Delete node_modules folder from the root directory.
2. Delete package-lock.json file from the root directory of react-native project.
3. Run npm install from project directory.
Posted by: Guest on January-16-2021
0

fontfamily "octicons" is not a system font and has not been loaded through font.loadasync.

fontfamily "octicons" is not a system font and has not been loaded through font.loadasync.
The fix for the above error would in 3 steps as following:
1. Delete node_modules folder from the root directory.
2. Delete package-lock.json file from the root directory of react-native project.
3. Run npm install from project directory.
Posted by: Guest on January-16-2021

Code answers related to "fontfamily "octicons" is not a system font and has not been loaded through font.loadasync."

Browse Popular Code Answers by Language