grahammendick / navigation

Scene-Based Navigation for React and React Native
https://grahammendick.github.io/navigation/
Apache License 2.0
571 stars 40 forks source link

Support for SF Symbols on UITabBarItem? #775

Closed gerzonc closed 5 months ago

gerzonc commented 6 months ago

Hi there, first would like to say that so far I'm loving the library, the performance and the UX is really nice overall, beyond my expectations. A question I had is if it would be possible to add SF Symbols support to the TabBarItem? I did check, and it has support to the 12 built-in UITabBarSystemItems, but the unfair advantage comes when we want to use image, because natively UIIMage has support for system symbols (see here) and it would be cool to support them out of the box as well.

grahammendick commented 6 months ago

Hey, it's great to hear from you and I'm really glad you're enjoying the Navigation router.

I just watched wwdc2019 where Apple introduced SF Symbols to get up to speed. I'm very keen to suppport them in the TabBarItemand BarButton components.

Let me know if you're interested in working on this. No pressure, of course, only if you're interested. I'd help as much as you want and we could chat about the best way to implement.

gerzonc commented 6 months ago

I'm not really well-versed with Obj-C tho, but I would like to give it a try anyway. I've been reading the docs (and the code as well) and I believe I'm able to come up with something. I will keep you posted!