FI partners · SDK install

Two surfaces, one afternoon.

The partner SDK renders Qoyla’s surfaces inside your app on your design tokens. React Native (Expo) for mobile, Web for your portal.

React Native (Expo)

install

npx expo install @qoyla/react-native

mount · App.tsx

import { QoylaProvider, SafeToSpend } from "@qoyla/react-native";

<QoylaProvider tenant="your-bank" tokens={yourDesignTokens}>
  <SafeToSpend customer={session.customer} />
</QoylaProvider>

Web

install

npm install @qoyla/web

mount

import { mountQoyla } from "@qoyla/web";

mountQoyla("#advisor", { tenant: "your-bank", customer: session.customer });

After install

Stuck on a step?

Partner engineering answers within one business day.