# react-native-intent-linking

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

Latest version **1.0.5** (published 2019-11-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-intent-linking
pnpm add react-native-intent-linking
yarn add react-native-intent-linking
bun add react-native-intent-linking
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2019-11-26 |
| First published | 2019-08-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Trabricks LLC |
| Maintainers | lunyx |
| Keywords | react-native, Linking, Intent |

## Links

- npm: https://www.npmjs.com/package/react-native-intent-linking
- Repository: https://github.com/trabricks/react-native-intent-linking
- Homepage: https://github.com/trabricks/react-native-intent-linking#readme
- Issues: https://github.com/trabricks/react-native-intent-linking/issues
- npm.io page: https://npm.io/package/react-native-intent-linking

## Recent versions

- 1.0.5 (latest) — 2019-11-26
- 1.0.4 — 2019-11-06
- 1.0.3 — 2019-08-05
- 1.0.2 — 2019-08-05

## README

# react-native-intent-linking
You can run an intent scheme (intent://) in Linking.


![platforms](https://img.shields.io/badge/platforms-Android%20%7C%20iOS-brightgreen.svg?style=flat-square&colorB=191A17)
[![npm](https://img.shields.io/npm/v/react-native-intent-linking.svg?style=flat-square)](https://www.npmjs.com/package/react-native-intent-linking)
[![npm](https://img.shields.io/npm/dm/react-native-intent-linking.svg?style=flat-square&colorB=007ec6)](https://www.npmjs.com/package/react-native-intent-linking)
[![github issues](https://img.shields.io/github/issues/trabricks/react-native-intent-linking.svg?style=flat-square)](https://github.com/trabricks/react-native-intent-linking/issues)
[![github closed issues](https://img.shields.io/github/issues-closed/trabricks/react-native-intent-linking.svg?style=flat-square&colorB=44cc11)](https://github.com/trabricks/react-native-intent-linking/issues?q=is%3Aissue+is%3Aclosed)
[![Issue Stats](https://img.shields.io/issuestats/i/github/trabricks/react-native-intent-linking.svg?style=flat-square&colorB=44cc11)](http://github.com/trabricks/react-native-intent-linking/issues)


## Getting started
`$ npm install react-native-intent-linking --save`

### Mostly automatic installation (<= 0.59)
`$ react-native link react-native-intent-linking`


## Usage

```javascript
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.

---
_Source: https://npm.io/package/react-native-intent-linking · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
