Replies: 2 comments 3 replies
-
|
Hey @Xaeryan, isn't your request identical to #3395? If so let's keep the discussion there. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Closing as duplicate of #3395 |
Beta Was this translation helpful? Give feedback.
1 reply
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. Can support be added for custom symbols so we aren't restricted to the built-in icons?
unstable_headerLeftItems: () => [ { type: 'button', icon: { type: 'sfSymbol', name: 'custom.drawer', }, onPress: () => navigation.openDrawer(), } ]Beta Was this translation helpful? Give feedback.
All reactions