From 5ec7526caf74d9bfe62d65c17e9e5d832cb72218 Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Mon, 2 Dec 2024 16:02:04 +0200 Subject: [PATCH] fix: update deprecation message --- posthog-react-native/src/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posthog-react-native/src/types.ts b/posthog-react-native/src/types.ts index 1fb415b6..78fe6363 100644 --- a/posthog-react-native/src/types.ts +++ b/posthog-react-native/src/types.ts @@ -72,9 +72,9 @@ export type PostHogSessionReplayConfig = { * Enable masking of images that likely originated from user's photo library * Experimental support (UIKit only) * iOS only - * Default: true + * Default: false * - * @deprecated This property has no effect and will be removed in the next major release. To manually mask user photos, use `ph-no-capture` accessibility label in your app. + * @deprecated This property has no effect and will be removed in the next major release. To learn how to manually mask user photos please see our Privacy controls documentation: https://posthog.com/docs/session-replay/privacy?tab=React+Native */ maskPhotoLibraryImages?: boolean /**