Replies: 1 comment
-
|
Can you open an issue in https://github.com/software-mansion/react-native-screens |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I add a custom sfSymbol to my asset catalog in the Xcode project, it can be referenced normally in the native project, by name. It also works in libraries such as react-native-sfsymbols. However in the Native Stack "unstable_headerLeftItems", only the built-in sfSymbols work. Is there any way to get the custom symbols to display?:
unstable_headerLeftItems: () => [ { type: 'button', icon: { type: 'sfSymbol', name: 'custom.drawer', }, onPress: () => navigation.openDrawer(), } ]Beta Was this translation helpful? Give feedback.
All reactions