UNPKG

react-native-screenguard

Version:

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

7 lines (6 loc) 253 B
import { ImageSourcePropType } from 'react-native'; declare const resolveAssetSource: ( defaultSource: ImageSourcePropType | any ) => any; declare const resolveColorString: (input: string) => string; export { resolveAssetSource, resolveColorString };