skip to Main Content

React Native: Vector Icons Not Rendering

I'm currently following this article's tutorial from React Navigation, using these versions of their packages: "@react-navigation/bottom-tabs": "^6.5.20", "@react-navigation/native": "^6.1.17", They're imported (in addition to Ionicons used in my code below) as such: import { NavigationContainer } from '@react-navigation/native'; import {…

VIEW QUESTION

Feather – react-native-vector-icons – possible handled promise rejection (id:9) issue – React native

I have a react native application and in the application, I am trying to call Feather from react-native-vector-icons. When i make the call, I get the following error: [Unhandled promise rejection: Error: Directory for 'file:///Users/omarjandali/Library/Developer/CoreSimulator/Devices/B09B927C-6596-4403-B931-0C83395BA279/data/Containers/Data/Application/5F76B516-64FE-45C5-8F6D-FA6448DC62BB/Library/Caches/ExponentExperienceData/%2540ohmarj%252Fryppe/ExponentAsset-a76d309774d33d9856f650bed4292a23.ttf' doesn't exist. Please make sure…

VIEW QUESTION
Back To Top
Search