README
react-native-command-executer
Getting started
$ npm install react-native-command-executer --save
Mostly automatic installation
$ react-native link react-native-command-executer
Usage
import SNCommandExecuter from 'react-native-command-executer';
// TODO: What to do with the module?
let canExecute = SNCommandExecuter.canExecuteSu();
console.log('Can Execute: '+ canExecute);