Skip to content

aadog/react-native-shell

Repository files navigation

react-native-shell

shell

Installation

yarn add react-native-shell

Usage

try {
    var r=await userShellSlice(`whoami`)
    console.log(r)
} catch (e:any) {
    console.log(e.toString())
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT