I created the project from https://github.com/react-native-tvos/react-native-tvosyarn create react-native-app TestApp --template https://github.com/react-native-tvos/react-native-template-typescript-tv/tree/tv-release-0.74.0 --template-path template
And try to use the monorepo branch to handle the icon
npm install --save @react-native-vector-icons/commonnpm install --save @react-native-vector-icons/fontawesomenpm install --save @react-native-vector-icons/fontawesome6
then cd ios && pod update
but something went wrong in console
[TestApp-tvOS] RNVI: failed to find font react-native-vector-icons/FontAwesome.ttf
PS: Tried replace fontawesome to fontawesome6 but get error
PS again: Tried main branch ,add Fonts and info.plist,but get error expofontloader error
[TestApp-tvOS] RNVI: failed to find font react-native-vector-icons/FontAwesome6_Regular.ttf
[TestApp-tvOS] RNVI: failed to find font react-native-vector-icons/FontAwesome6_Solid.ttf
[TestApp-tvOS] RNVI: failed to find font react-native-vector-icons/FontAwesome6_Brands.ttf
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
Environment
MacOS 14.3.1 Xcode 15.4 TvOS 17.5
Description
I created the project from https://github.com/react-native-tvos/react-native-tvos
yarn create react-native-app TestApp --template https://github.com/react-native-tvos/react-native-template-typescript-tv/tree/tv-release-0.74.0 --template-path template
And try to use the monorepo branch to handle the icon
npm install --save @react-native-vector-icons/common
npm install --save @react-native-vector-icons/fontawesome
npm install --save @react-native-vector-icons/fontawesome6
thencd ios && pod update
add code
run
npx expo run:ios --scheme TestApp-tvOS --device "Apple TV"
but something went wrong in console
[TestApp-tvOS] RNVI: failed to find font react-native-vector-icons/FontAwesome.ttf
PS: Tried replace fontawesome to fontawesome6 but get error
PS again: Tried main branch ,add Fonts and info.plist,but get error expofontloader error
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