oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

[monorepo]fontawesome6 show ? icon #1627

Closed stdiodavid closed 2 weeks ago

stdiodavid commented 2 weeks ago

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

johnf commented 2 weeks ago

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