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

Not loading Icons from react-native-vector-icons/FontAwesome

$
0
0

Are you guys having problems with the react-native-vector-icons/FontAwesome today ? I'm using a react-native version >0.6 so i don't think the problem is about linking.

As you guys can see in the picture it doesn't show any Icon that i'm asking for, i don't know what is going on...

this is the picture of what is showing on my android emulator:Print-Scream-Icon-Not-Showing-up

import React from 'react'import {View, Text, StyleSheet, TouchableOpacity} from 'react-native'import Icon from 'react-native-vector-icons/FontAwesome'export default function ActionButton(props) {    return(<TouchableOpacity><View style={styles.container}><Icon name='plus' size={30} color='#777' /><Icon name='trash' size={30} color='#777' /><Icon name='search'  size={30} color='#777' /></View></TouchableOpacity>    )}const styles = StyleSheet.create({    container:{        justifyContent:'center',        alignItems:'center',        width:80,        height:40,        backgroundColor:'#FFF',        elevation:9,        marginTop:20,        borderRadius:6,        paddingVertical:15,        marginBottom:10    }})

Viewing all articles
Browse latest Browse all 16750

Trending Articles



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