MCPcopy Index your code
hub / github.com/Iterable/react-native-sdk / Spec

Interface Spec

example/src/NativeJwtTokenModule.ts:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { TurboModule } from 'react-native';
3
4export interface Spec extends TurboModule {
5 generateJwtToken(
6 secret: string,
7 durationMs: number,
8 email: string | null,
9 userId: string | null
10 ): Promise<string>;
11}
12
13// Try to use TurboModule if available (New Architecture)
14// Fall back to NativeModules (Old Architecture)

Callers 1

IterableAppProviderFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…