oblador/react-native-vector-icons

[monorepo]fontawesome6 show ? icon

stdiodavid opened this issue · 1 comments

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>

......

fontawesome6 show ?
image

ant-design show "rocket"
image

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

Should be fixed in latest release. Font names were;t quite right