Getting this error
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of "TabBarIcon".
Following is the code i have:- issue in the build for ios
import React from 'react';
import {createStackNavigator, createBottomTabNavigator, createSwitchNavigator} from 'react-navigation';
import {Alert} from 'react-native';
import { FontAwesome } from "react-native-vector-icons";
I was using Expo.io before and it worked all fine, but after ejecting and removing expo completely (not using expokit), i am starting to get these issues