UNPKG

react-native-screenguard

Version:

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

10 lines (9 loc) 182 B
/** * Sample React Native App * https://github.com/facebook/react-native * * @format */ /// <reference types="react" /> declare function App(): JSX.Element; export default App;