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 /**