Ryam

Results 5 comments of Ryam

Just a workaround who is using this library with `use_frameworks!` enabled, please change `#import ` to `#import `. You're done and successfully built with `use_frameworks! :linkage => :static` enabled!🎉 ```patch...

Hey @xerdnu, could you please check this PR to merge? Your project is nice but we need a lil upgrade to use in TS project^^

Hello @baronha, could you please check this PR? I've tested on both Android and iOS which was built successfully but i just wanna make sure.

This issue should be fixed in this PR #38. Feel free to close and reopen!🚀

I think you can dismiss loading toast (with duration `Infinity`) by creating another toast (like success toast of doing smth) that will dismiss all previous toast. But I will take...