Skip to content

trabricks-react/react-native-intent-linking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-intent-linking

You can run an intent scheme (intent://) in Linking.

platforms npm npm github issues github closed issues Issue Stats

Getting started

$ npm install react-native-intent-linking --save

Mostly automatic installation (<= 0.59)

$ react-native link react-native-intent-linking

Usage

import Linking from 'react-native-intent-linking';

let supported = await Linking.canOpenURL('intent://~~~');
await Linking.openURL('intent://~~~');

Other functions work the same as Linking defaults.

About

You can run an intent scheme (intent://) in Linking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •