I am devloping a mobile app using react native and i want to exit the app after clicking a button.
My scenario is that if the user has not verified his/her email after certains days i will prompt the user an Alert Dialog every the time the app is opened blocking the app usage until the user email is verified.
So after the users click OK, how do I exit the app programmatically?