Hello Fellow Kotlin Enthusiasts,
Sharing a demo of a library I have been working on It is called ๐ฉ๐ผ๐๐ฎ๐ป๐. Voyant bridges ๐ฉ๐ผ๐๐ฎ๐ด๐ฒr and ๐ก๐ฎ๐๐ถ๐ด๐ฎ๐๐ถ๐ผ๐ป ๐๐ผ๐บ๐ฝ๐ผ๐๐ฒ (In Development) with ๐จ๐๐๐ถ๐ navigation for a seamless navigation experience on Apple platforms with the interactive pop gesture or swipe gesture for back navigation and interactive bottom sheet handling. The library is under development so if you try it out and give suggestions or log issues it would be appreciated.
Some known issues:
1. material does not work on viewcontrollers after the first because its a new โcomposeUiViewControllerโ which doesnโt know about applied theme
2. Swiping only works from edges as far as i know compose does not inherit uikit gestures and you need a uiview to anchor the gestures
GitHub link:
https://github.com/Kashif-E/Voyant