From 9c2bf2f63c5836e403063e6cd55c9466d4b2eb34 Mon Sep 17 00:00:00 2001 From: Jeff Schering Date: Wed, 29 Mar 2017 19:53:26 -0700 Subject: [PATCH] Added FAQ about account deactivation and data wiping (#429) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 566830f46..357e4e36e 100644 --- a/README.md +++ b/README.md @@ -113,3 +113,9 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react - Start emulator - Start react packager: `$ react-native start` - Run in emulator: `$ react-native run-android` + +# Frequently Asked Questions + +**How is data handled on mobile devices after a user account is deactivated?** + +App data is wiped from the device when a user logs out of the app. If the user is logged in when the account is deactivated, then within one minute the system logs the user out, and as a result all app data is wiped from the device.