Credit Cards
Credit Cards Mobile SDK Integration Guide (Web Wrapper)
Overview
Getting Started
Requirements
Install
Initialize
import { WebWrapper, ApiModels } from '@moneylion/react-native-web-wrapper';Basic Example
<WebWrapper
channel="your-channel"
zone="your-zone"
productTypes={[ApiModels.ProductType.CreditCard]}
onExit={() => {
// handle exit / navigation
}}
// ...optional event handlers, see Event Handlers
/>Properties
Prop
Type
Required
Description
User Experience Demo






Last updated
Was this helpful?