capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 74 forks source link

Stripe Capacitor Plugin Size? #133

Closed ciccilleju closed 2 years ago

ciccilleju commented 2 years ago

Hello! Just one question:

My app, before installing the Capacitor Plugin, was 6,8 mb (released with the--prod flag)

Now, it's 18 mb

Is it normal or do I need to set something?

thanks

rdlabo commented 2 years ago

Is this web bundle size, or android package size? Probably the size of Android, but it's the size of the Stripe SDK. This is not plugin issue. You should create issue on https://github.com/stripe/stripe-android .

Thanks.

ciccilleju commented 2 years ago

Is this web bundle size, or android package size? Probably the size of Android, but it's the size of the Stripe SDK. This is not plugin issue. You should create issue on https://github.com/stripe/stripe-android .

Thanks.

Hello! thank you for your reply. I'm talking about the Android Apk, you are right.

thanks!

rdlabo commented 2 years ago

Thanks for reply. This plugin is only simple wrapper👍

ciccilleju commented 2 years ago

Thanks for reply. This plugin is only simple wrapper👍

You are doing a great job, thank you so much for everything!