account-deletion-flow-android
Installation
SKILL.md
Account Deletion Flow (Play Required)
Mandatory since Dec 2023. Both in-app + on website.
In-app
Settings → Account → Delete Account → confirmation → delete.
// Settings screen
<Pressable onPress={confirmDelete}>
<Text>Delete account</Text>
</Pressable>