UNPKG

react-native-ios-utilities

Version:
11 lines 540 B
export type RNICleanableViewRegistryEnv = { shouldGloballyDisableCleanup?: boolean; shouldAllowForceCleanup?: boolean; shouldIncludeDelegateInViewsToCleanupByDefault?: boolean; shouldProceedCleanupWhenDelegateIsNilByDefault?: boolean; shouldUseUIManagerQueueForCleanup?: boolean; debugShouldLogCleanup?: boolean; debugShouldLogRegister?: boolean; }; export declare function setSharedEnvForRNICleanableViewRegistry(env: RNICleanableViewRegistryEnv): void; //# sourceMappingURL=RNICleanableViewRegistryEnv.d.ts.map