react-native-chrome-intent
v0.0.2
Published
A little known feature in Android lets you launch apps directly from a web page via an Android Intent
Downloads
27
Maintainers
Readme
react-native-chrome-intent
Android Intents with Chrome
A little known feature in Android lets you launch apps directly from a web page via an Android Intent.
Install
npm install --save react-native-chrome-intent
or
yarn add react-native-chrome-intent
Usage
import AndroidIntent from "react-native-chrome-intent";
AndroidIntent.openIntent(
"intent://[HOST/URI-path]#Intent;package=[string];action=[string];category=[string];component=[string];scheme=[string];end;"
).then((wasOpened) => {});