Skip to content

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

License

Notifications You must be signed in to change notification settings

shukerullah/react-native-chrome-intent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-chrome-intent

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) => {});

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published