# React Native Siri Shortcut

This module lets you use Siri Shortcuts inside your React Native app.

<p align="center">
  <img src="./docs/static/img/icons8-siri-color.svg" width="200">
</p>
<p align="center">
  <a href="https://www.npmjs.com/package/react-native-siri-shortcut">
    <img src="https://img.shields.io/npm/v/react-native-siri-shortcut" />
  </a>
  <a href="https://www.npmjs.com/package/react-native-siri-shortcut">
    <img src="https://img.shields.io/npm/dw/react-native-siri-shortcut" />
  </a>
</p>
<p align="center">
<a href="https://gustash.github.io/react-native-siri-shortcut">Read the Docs</a>
</p>

## Example project

Feel free to clone this repo and run the `example/` project.

Run `npm install` or `yarn install` in the `example/` directory.

Run `pod install` in the `example/ios/` directory.

Build the app in XCode.

### Mentions

<a target="_blank" href="https://icons8.com/icon/kfEmwYAkH0Em/siri">Siri</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a>
