i do i power off a phone with react native code example
Example: close exit app react native
import React, { BackHandler } from 'react-native';
BackHandler.exitApp();
import React, { BackHandler } from 'react-native';
BackHandler.exitApp();