First, thanks in advance for any help.
Context:
0. I have an existing Swift/Swift UI app I want to have a community tab
- I added Amity to my Swift project via package manager, getting 4.0.0-beta29
- In App Delegate using AmityUIKit4/AmityUIKit4Manager to setup with my api key
- In my auth class using AmityUIKit4/AmityUIKit4Manager to use the register helpers
- Using a UIViewControllerRepresentable to add AmitySwiftUIHostingNavigationController/AmitySocialHomePage to my tab bar
- I can see the tab, navigate around, join communities, etc
Questions:
0. Is above the right approach for a Swift/SwiftUI based project?
- I see this “config.json” for theming referenced – using the SwiftPM method above, where do I put this file in my project/where or how do I reference it in the code (I introspected AmityUIKit4, don’t see anything related to theming/I did AmityUIKit had theme/typography but wasn’t sure it was was older framework than 4 or what)
- In the samples I’ve seen of that config, it’s mostly colors/images, where/how can I spec fonts?
Thank you – let me know if I missing something, the documentation is a little scattered.