Frontend expects these endpoints to return JSON matching the TypeScript interfaces in lib/api/creator.ts. Dummy data is currently returned; uncomment real API calls when backend is ready.
Returns AnalyticsInsights:
Frontend expects these endpoints to return JSON matching the TypeScript interfaces in lib/api/creator.ts. Dummy data is currently returned; uncomment real API calls when backend is ready.
Returns AnalyticsInsights:
| /* eslint-disable react-native/no-inline-styles */ | |
| import React, { FC } from "react" | |
| import { WebView } from "react-native-webview" | |
| import { View } from "native-base" | |
| export const KYC: FC<any> = ({ navigation }) => { | |
| const remoteScriptUrl = "https://dashboard.qoreid.com/qoreid-sdk/qoreid.js" | |
| // Use the injectedJavaScriptBeforeContentLoaded to load the script |