UNPKG

react-native-ios-utilities

Version:
11 lines 417 B
interface RNIUtilitiesModule { notifyOnJavascriptModuleDidLoad(): void; setSharedEnv<T extends object>(env: T): any; notifyOnComponentWillUnmount(node: number, commandParams: { shouldForceCleanup: boolean; shouldIgnoreCleanupTriggers: boolean; }): Promise<void>; } export declare const RNIUtilitiesModule: RNIUtilitiesModule; export {}; //# sourceMappingURL=RNIUtilitiesModule.d.ts.map