Web Analytics
Skip to main content

New Architecture

The library has been updated with New Architecture, supported at beta testing release version 1.0.8-beta8 and final version 1.0.9.

Install

npm i react-native-screenguard@1.0.9

or

yarn add react-native-screenguard@1.0.9

  • package.json
"react-native-screenguard": "1.0.9",

Builds

1.0.9 (2025-05-24)

  • Hot fix Android old arch build failed and library not recognizable when running npx react-native config.

1.0.8 (2025-05-22)

  • Final release.

1.0.8-beta7 (2025-05-21)

  • Android: Remove checking activity declaration inside AndroidManifest.xml as not necessary
  • Added missing iOS remove screenshot + screen record for old arch

1.0.8-beta6 (2025-05-11)

  • Android: Added checking activity declaration inside AndroidManifest.xml, throw error if not defined.
  • fix #92

1.0.8-beta5 (2025-04-22)

  • Refactor API to Promise.
  • Fix build failed due to duplicate import
  • registerScreenRecordingStatus: added screenRecordStatus boolean. for checking if screen is start recording or stop recording.
  • Fix deactivateShield crashed app

1.0.8-beta4 (2025-04-11)

  • registerScreenshotEventListener: Fix iOS + android duplicate calls #87.

1.0.8-beta3 (2025-04-06)

  • Code refactor

1.0.8-beta2 (2025-04-05)

  • Code refactor

1.0.8-beta1 (2025-04-03)

  • Init build

For updates and bug fixing, please visit here for more infos.

Reference