UNPKG

react-native-screenguard

Version:

A Native screenshot blocking library for React-Native developer, with background customizable after captured. Screenshot detector are also supported.

5 lines 285 B
import { ImageSourcePropType } from 'react-native'; declare const resolveAssetSource: (defaultSource: ImageSourcePropType | any) => any; declare const resolveColorString: (input: string) => string; export { resolveAssetSource, resolveColorString }; //# sourceMappingURL=helper.d.ts.map