MCPcopy
hub / github.com/oblador/react-native-vector-icons / Spec

Interface Spec

packages/get-image/src/NativeVectorIcons.ts:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31export interface Spec extends TurboModule {
32 // biome-ignore lint/complexity/noBannedTypes: using Object to be compatible with old architecture
33 getImageForFont(glyph: string, options: Object): Promise<ImageResult>;
34
35 // biome-ignore lint/complexity/noBannedTypes: using Object to be compatible with old architecture
36 getImageForFontSync(glyph: string, options: Object): ImageResult;
37}
38
39export default TurboModuleRegistry.getEnforcing<Spec>('VectorIcons');

Callers 4

getImageForFontFunction · 0.65
getImageSourceFunction · 0.65
getImageForFontSyncFunction · 0.65
getImageSourceSyncFunction · 0.65

Implementers 1

NativeVectorIconsSpecpackages/get-image/android/src/oldarch

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…