Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 382 Bytes

File metadata and controls

17 lines (11 loc) · 382 Bytes

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