Abdullah Kardaş
Abdullah Kardaş
Hi thanks for this library. Is it possible to use this in SwiftUI in a way? ``` `struct myBounceButton: UIViewRepresentable{ func makeUIView(context: Context) -> PopBounceButton { let myBtn = PopBounceButton()...
Do you have any plan to support SwiftUI in IOS?

What is the proper way to use different transitions in voyager? Below code didn't work for me. ``` Navigator(HomeScreen) { navigator -> if (navigator.lastItem.key == DetailScreen(name = "").key) { FadeTransition(navigator)...
### Problem I want to store images in Bitmap in list but realm is not supporting Bitmap ``` class ImageData : RealmObject { @PrimaryKey var _id: ObjectId = ObjectId.invoke() var...
When I upload a multicolor SVG icon it couldn't convert colors.
I copied java files from library. I used as you show however it just shows a red view. I think you couldnt give enough info to use this library