react-native-mask-segment-c.../dist/utils/resolveImageUrl.d.ts
a1518 eb246efa8a Add example app and fix Android asset loading on image switch.
Introduce the example integration demo, export resolveAssetPath, harden resolveImageUrl for Android bundled assets, and update gitignore to exclude example build outputs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 20:24:43 -07:00

4 lines
284 B
TypeScript

export declare function hashUrl(url: string): string;
/** 将本地路径或远程 URL 解析为 OpenCV / RNFS 可读的 PNG 本地路径 */
export declare function resolveImageUrl(source: string, cacheFileName?: string): Promise<string>;
//# sourceMappingURL=resolveImageUrl.d.ts.map