#Daniel2562 - RN

1 messages · Page 1 of 1 (latest)

fluid mossBOT
opal forum
#

Looking in to question #1. For question #2, can you clarify a bit of what you mean by "decouple" here?

stiff pelican
#

I need to isolate StripeApplePay to be integrated to my react-native project.
But it's hard for me to extract only required part from stripe-react-native library.

opal forum
#

What else do you have to extract that you don't want to? And can you tell me a bit about why you are aiming to do this?

stiff pelican
#

Currently, I am building a ios appclip.
And due to the size limit of the appclip from app store, I can't integrate stripe-react-native .
But I need to integrate StripeApplePay to the project.
https://stripe.dev/stripe-ios/stripeapplepay/documentation/stripeapplepay/
So originally what I was trying to do is extract only part related to this one from stripe-react-native library.

opal forum
#

Gotcha, I will ask my colleagues who are more familiar with RN if there is a way to reduce the app size here

stiff pelican
#

Thank you, @opal forum
Really appreciate it.

opal forum
#

Daniel2562 - RN