Fermer l'application de sortie React native

import React, { BackHandler } from 'react-native';
BackHandler.exitApp();
Dropout Programmer