Prevent Screenshot & Screen Recording on Your React Native App

Prevent Screenshot & Screen Recording on Your React Native App

In this video you will learn to prevent your users from taking screenshot & screen recording your React Native App. Paste these commands - import android.view.WindowManager; import android.os.Bundle; getWindow().setFlags( WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE );