Prebuilt Screens
Delete Account
Delete Account Screen
Prebuilt Delete Account Screen
You have prebuilt delete account screen with custom radio buttons.
Result:
You can customize the screen with your own design.
Path: /app/(auth)/settings/delete-account.tsx
1
For changing the button texts, you should go /data/DeleteAccount.ts
2
You will see DeleteAccountReasons
array.
3
If you want to change or add new buttons, you must go /i18n/locales/<language>/translation.json
4
Find the settings.deleteAccount.reasons
object.
5
Add the new reason to the reasons
array.
6
The last step, you need to implement your own logic for deleting the account.
Everything will be working automatically. You’re done.
Was this page helpful?