UNPKG

react-native-screenguard

Version:

A React Native library for preventing your app from screenshots and screen recordings, with powerful event detection capabilities.

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