Skip to content

Arthur-Noh/react-native-simple-intent-linking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-simple-intent-linking

Getting started

$ yarn add react-native-simple-intent-linking

Usage

import SimpleLinking from 'react-native-simple-intent-linking';

// open other app
await SimpleLinking.openURL('intent://...INTENT-LINK...');

// check is vaild intent link
await SimpleLinking.canOpenURL('intent://...INTENT-LINK...'); // boolean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published