Just call exitApp() inside a screen before return or
run from onPress={()=>exitApp()}
import { BackHandler } from "react-native"; const exitApp = () => { BackHandler.exitApp(); }