Osei Fortune
                                            Osei Fortune
                                        
                                    Oh sorry I've haven't tried this on windows as it was out of my scope 😕
@pragmatrix Anything else needed for this ?
It's based of another fork that started the svg support all I added was image loading (my work is mostly around mobile)
Yes it works fine for my usage passing a string or path from Android/iOS to render . One more thing I know some are a bit picky with it comes...
@kraigjacobson can you try this on the latest runtime and latest core version, I believe this was fixed.
@darkyelox you will need to create a `gradle.properties` file in `App_Resources/Android` then add the following ```properties useKotlin=true ```
@shirakaba in the mason lib the [iOS side](https://github.com/triniwiz/nativescript-mason/tree/main/packages/nativescript-masonkit/src-native/mason-native/mason-ios/src) is pretty much the c bindings you're looking for, wish I had a little more time to port it.
It's due to how the JSI is setup in NativeScript for iOS but I'm thinking I could move things around to give me an ease up
We can look this for the next major release
This signature `public final void com.stripe.android.Stripe.confirmSetupIntent(androidx.activity.ComponentActivity,com.stripe.android.model.ConfirmSetupIntentParams,java.lang.String)` requires 3 but you passed 2 that’s why the error said it doesn’t have a signature like this `Error: java.lang.NoSuchMethodError: no static method "Lcom/stripe/android/Stripe;.confirmSetupIntent(Landroidx/activity/ComponentActivity;Lcom/stripe/android/model/ConfirmSetupIntentParams;)V"`...