Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

unrecognized font family 'material design icons'

$
0
0

I am getting this error in the React-native typeScript projectI got the solution in iosbut I am not able to see icons in Android

 const Tab = createMaterialBottomTabNavigator();  export const HomeTab = () => {  return (<Tab.Navigator  initialRouteName="LoginScreen"  //inactiveColor="coral"  activeColor="#e91e63"  barStyle={{backgroundColor: 'tomato'}}><Tab.Screen    name="Expandable"    component={Expandable}    options={{      tabBarLabel: 'Contacts',      tabBarIcon: ({color}) => (<MaterialCommunityIcons          name="account-box"          color={color}          size={26}        />      ),    }}  /> /></Tab.Navigator> );}

Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>