#Daniel2562 - RN
1 messages · Page 1 of 1 (latest)
Looking in to question #1. For question #2, can you clarify a bit of what you mean by "decouple" here?
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.
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?
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.
Gotcha, I will ask my colleagues who are more familiar with RN if there is a way to reduce the app size here
Thank you, @opal forum
Really appreciate it.
Hey apologies for the delay, it looks like we don't currently have the RN SDK broken up in to modules like that but we do plan to do so. We have a GitHub issue here if you want to follow its progress https://github.com/stripe/stripe-react-native/issues/947#issuecomment-1404237198
Daniel2562 - RN