UNPKG

react-native-screenshot-aware

Version:

React Native module for real-time screenshot detection on Android and iOS

11 lines 447 B
import type { ConfigPlugin } from "expo/config-plugins"; /** * Applies `withCustomAndroidManifest` * to enable screenshot detection on Android. * * @param {ConfigPlugin} config - The Expo configuration object. * @returns {ConfigPlugin} - The modified Expo configuration. */ declare const withReactNativeScreenshotAware: ConfigPlugin; export default withReactNativeScreenshotAware; //# sourceMappingURL=withReactNativeScreenshotAware.d.ts.map