-
Notifications
You must be signed in to change notification settings - Fork 302
Description
Is your feature request related to a problem? Please describe.
This library is missing Stripe Connect embedded components. Specifically for my use case I really need the Account Onboarding and Account Management components in my React Native app for my users to create and manage their connected account to set up payouts.
Describe the solution you'd like
I can see that we already have dedicated Android SDK and iOS SDK libraries, maybe we can write a wrapper around those to use in a React Native app? Also these SDKs seem to only support Account Onboarding currently?
Describe alternatives you've considered
I'm trying to make a React.js webpage that loads Stripe Connect embedded components with @stripe/connect-js and @stripe/react-connect-js, then showing that in a webview in my React Native app.