React Native
Last updated
Was this helpful?
Engine’s React Native SDKs let you embed Engine marketplace experiences inside a React Native app as first-class React components. The SDK handles the end-to-end flow (UI + API calls), so you don’t need to build the journey screen-by-screen.
You pass the core properties, can optionally prefill known user data, and wire up event callbacks for tracking. React Native adds a native bridge layer under the hood.
There are two integration paths:
The native SDK (@moneylion/react-native-engine-sdk) renders Engine's screens natively. It is mature, widely deployed, and supports color customization — the recommended choice for most React Native integrations today.
The Web Wrapper (@moneylion/react-native-web-wrapper) embeds the Engine flow as a widget inside a WebView, sharing one implementation across multiple tech stacks. It is currently in [Alpha]. See Web Wrapper [Alpha].
Last updated
Was this helpful?
Was this helpful?