- Frontend removed
budget_rangefrom Brand global settings. - Budget should now be campaign-level only (e.g. campaign brief/budget flows).
- Brand Settings now has:
Generaltab (owner + company profile)Email Verificationtab (company email OTP verification)
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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 |