[monorepo]fontawesome6 show ? icon
stdiodavid opened this issue · 1 comments
stdiodavid commented
- Review the documentation: https://github.com/oblador/react-native-vector-icons
- Search for existing issues (including closed issues): https://github.com/oblador/react-native-vector-icons/issues
Environment
MacOS 14.3.1
Xcode 15.4
TvOS 17.5
Description
Describe your issue in detail. Include screenshots if needed.
fontawesome6 show ? icon
but fontawesome , ant-design works
import Icon from '@react-native-vector-icons/fontawesome6';
......
<SafeAreaView style={backgroundStyle}>
<StatusBar
barStyle={isDarkMode ? 'light-content' : 'dark-content'}
backgroundColor={backgroundStyle.backgroundColor}
/>
<ScrollView
contentInsetAdjustmentBehavior="automatic"
style={backgroundStyle}>
<Header />
<View
style={{
backgroundColor: isDarkMode ? Colors.black : Colors.white,
}}>
<Icon name="rocket" size={30} color="#900" />
</View>
</ScrollView>
</SafeAreaView>
......
Reproducible Demo
Let us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve
johnf commented
Should be fixed in latest release. Font names were;t quite right