react-native-chrome-intent

A little known feature in Android lets you launch apps directly from a web page via an Android Intent

Usage no npm install needed!

<script type="module">
  import reactNativeChromeIntent from 'https://cdn.skypack.dev/react-native-chrome-intent';
</script>

README

react-native-android-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-android-intent

or

yarn add react-native-android-intent

Usage

import AndroidIntent from "react-native-android-intent";

AndroidIntent.openIntent(
  "intent://[HOST/URI-path]#Intent;package=[string];action=[string];category=[string];component=[string];scheme=[string];end;"
).then((wasOpened) => {});