native-module-open-app

Open other apps with React Native

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
native-module-open-app
001.0.210 months ago10 months agoMinified + gzip package size for native-module-open-app in KB

Readme

Native Module Open App

Open apps with React Native

<img
src="https://img.shields.io/badge/license-MIT-blue.svg"
alt="React Native is released under the MIT license."
/>
<img
src="https://img.shields.io/npm/v/native-module-open-app?color=brightgreen&label=npm%20package"
alt="Current npm package version."
/>
<img
src="https://img.shields.io/npm/dependency-version/native-module-open-app/peer/react-native"
alt="Current npm package version."
/>

<a href="https://www.buymeacoffee.com/kiuseii">
<img
src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png"
alt="Buy me a coffee !"
/>

Installation

```sh npm i native-module-open-app ```

Usage

```js import { openApplication } from "native-module-open-app"; // ... await openApplication("com.example.myapp"); ```

Issue

If you have any issue, please create an issue on GitHub.

License

MIT