React Native Session Replay — Privacy Masking
RN Session Replay now correctly respects `maskLevel` (light / medium / conservative) on iOS and Android — no more silent downgrade to medium. iOS light masking now auto-masks phone/email keyboard inputs, matching Android and web.
What it is
Description: React Native Session Replay now correctly respects your chosen maskLevel — light, medium, or conservative — on both iOS and Android, honoring privacy configurations end-to-end exactly as intended. Bonus points? iOS light masking now also auto-masks phone and email keyboard inputs to match Android and web behavior.
With this update:
- Your configured maskLevel is respected end-to-end on iOS and Android
- Conservative masking on iOS masks React Native text views by default
- Light masking on iOS auto-masks phone and email keyboard inputs (now at parity with Android and web)
Requires: @amplitude/session-replay-react-native@0.1.0-beta.0 (standalone) or @amplitude/plugin-session-replay-react-native@0.5.0 (plugin) + AmplitudeSessionReplay iOS >= 0.11.1.
When: Generally available now.