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
Back To Top
Search