UNPKG

react-native-screenguard

Version:

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

14 lines (12 loc) 559 B
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.screenguard"> <application> <activity android:name=".ScreenGuardColorActivity" android:theme="@style/Theme.AppCompat.Translucent" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="stateAlwaysVisible|adjustResize" android:exported="false" /> </application> </manifest>