React-native bottomtab navigation icons not showing – React native
This is my App.js. I'm trying to add bottom tabs for my app. ` import React from 'react'; import { View, Text, StyleSheet } from 'react-native'; import Home from './components/Home'; import Details from './components/Details'; import Liked from './components/Liked'; import Profile…