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 );