how to blur app screenshot in the task switcher (aka alt-tab) for security?

Much like many banking apps, I’d like to blur my apps screenshot in the task switcher.
Is there a hook in expo to do this using say BlurView maybe?

iOS notes on using applicationDidEnterBackground to do this: Technical Q&A QA1838: Preventing Sensitive Information From Appearing In The Task Switcher

Many thanks

Hi @axelnormand-- You might be able to hook into applicationDidEnterBackground and similar lifecycle things using AppState. AppState · React Native

1 Like

Brilliant! Guess i’ll just render something like a logo or blurview in the render method of the <App>.

Ill try and report back,
Thanks

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.