how to close the react native app from commands code example
Example: close exit app react native
import React, { BackHandler } from 'react-native';
BackHandler.exitApp();
import React, { BackHandler } from 'react-native';
BackHandler.exitApp();