I am having some success with onboarding users but it seems that every screen that has the marketplace component, Stripe, crashes on open. This occurs in the app installed from Google Play but does not occur on the web app which can be found here: app.babylonbalance.com
Thank you in advance for any direction towards solving this.
You can use Stripe in native apps, but only for a certain type of purchases (usually - physical goods or services, but this may vary). For iOS (Apple), you can consult guidelines here: App Review Guidelines - Apple Developer, section “Business”. You will see where IAP is required and where you can avoid using IAP and use other payment methods.
This is also country-dependent nowadays due to some court decisions.
As for the app crash - only Adalo can help. Maybe it’s related to newer React Native version..