Experimental
Personal Loans Web Wrapper SDK Integration Guide (Experimental)
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.Loan]}
onExit={() => {
// handle exit / navigation
}}
// ...optional event handlers, see Event Handlers
/>Properties
Prop
Type
Required
Description
User Experience Demo






Last updated
Was this helpful?