Aplicación de salida cerrada React Native

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