1.0.2 • Published 7 months ago

react-native-skel-intent-linking v1.0.2

Weekly downloads
-
License
SEE LICENSE
Repository
-
Last release
7 months ago

react-native-skel-intent-linking

Getting started

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

Usage

import SkelLinking from 'react-native-skel-intent-linking';

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

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

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago