Skip to content

onscreen-devops/react-native-onscreen-shell

Repository files navigation

react-native-onscreen-shell

Issue android OS commands from app

Installation

npm install react-native-onscreen-shell

Usage

import { multiply } from "react-native-onscreen-shell";
import { OnscreenShell } from "react-native-onscreen-shell";

// ...

const result = await multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library

About

Allow apps to call android OS commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published