A native expo module to execute shell commands on Android.
npm install expo-android-shell
Executes a shell command synchronously. Returns the output of the command.
Executes a shell command asynchronously on a native background thread. Returns a promise that resolves with the output of the command.
See the example for a full example.