FI partners · SDK install
The partner SDK renders Qoyla’s surfaces inside your app on your design tokens. React Native (Expo) for mobile, Web for your portal.
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>install
npm install @qoyla/web
mount
import { mountQoyla } from "@qoyla/web";
mountQoyla("#advisor", { tenant: "your-bank", customer: session.customer });Partner engineering answers within one business day.