Search code examples
androidreact-nativeback

How to go back to android home screen in react native


Here I don't mean the home screen of my navigator..I actually wanted to create a button which takes me to the home screen of my android device. How can i achieve this in react native?


Solution

  • I believe you can find the answer here in the documentation you can use

    BackHandler.exitApp()