79151649

Date: 2024-11-02 22:02:11
Score: 0.5
Natty:
Report link

Just call exitApp() inside a screen before return or

run from onPress={()=>exitApp()}

import { BackHandler } from "react-native";
const exitApp = () => {
    BackHandler.exitApp();
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hakan