I have a function in my app where the user reset the account whenever he/she desires to do so and I want to delete the whole realm local database and start over with creating a new one after completed process of deleting it.
This is not for migration but rather wipe out the whole database and start over as if the app was deleted and installed again.
Is there any way to do this, I can't seem to find information on this
My code is written in React Native so this is RealmJS