Skip to content

Instantly share code, notes, and snippets.

View jerrywonderr's full-sized avatar

Jeremiah Joseph jerrywonderr

View GitHub Profile
@jerrywonderr
jerrywonderr / analytics.md
Last active February 3, 2026 12:48
Sync for GoCreators

Analytics Endpoints – Backend data spec

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.

Endpoints

1. GET /api/creators/analytics/insights

Returns AnalyticsInsights:

@jerrywonderr
jerrywonderr / index.tsx
Created December 24, 2023 15:02
Qoreid Implementation
/* 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