Does Expo support ExitOnDoubleBack for Android

Hi Team,

I am looking for Solution in Expo for ExitOnDoubleBack, which i have implemented in RN project. when I am migrating it to Expo, default Tab navigation screens does not render except first page.

Do we have such functionality already implemented so that i will not incorporate those changes.

Used following npm,
https://github.com/rgabs/exit-on-double-back

Regards,
Nilesh

updated to react-navigation 1.5.0 and your problem will be solved

actually not exactly. you need to go back until nothing is left in the navigation history for it to exit. is double back to exit an expected behavior on android apps?

Do you have any code sample. I am using react-navigation version : 1.5.7

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.