# ☝️ expo-pointer-events-plugin

[![Expo][34]][35]
![platforms][7]
[![GitHub][9]][10]
[![npm][13]][14]

##  🔧 Installation
### Yarn:
```
yarn add expo-pointer-events-plugin
```
### NPM:
```
npm install --save expo-pointer-events-plugin
```

## 🎛 Setup
1. Add it to your [`plugins`](https://docs.expo.dev/config-plugins/introduction/#use-a-config-plugin) in your `app.json` file:  

```json
{
  "expo": {
    "plugins": [
      [
        "expo-pointer-events-plugin",
      ]
    ]
  }
}
```


2. Run `npx expo prebuild`
3. Run `yarn ios` or `yarn android`

## 🤔 What it does?
This plugin enables pointer events with Expo. You can see more here: https://reactnative.dev/blog/2022/12/13/pointer-events-in-react-native

It's mostly useful if you want to try out React Strict DOM with Expo.


## 📃 License

> 📃 This project is released under the [MIT License](LICENSE). \
> 💻 By contributing, you agree that your contributions will be licensed under its MIT License.

[7]: https://img.shields.io/badge/platforms-iOS-brightgreen.svg?style=flat-square&colorB=191A17
[9]: https://img.shields.io/github/license/LunatiqueCoder/expo-pointer-events-plugin
[10]: https://github.com/LunatiqueCoder/expo-pointer-events-plugin/blob/master/LICENSE
[13]: https://img.shields.io/npm/v/expo-pointer-events-plugin
[14]: https://www.npmjs.com/package/expo-pointer-events-plugin
[28]: https://www.jetbrains.com/
[33]: https://user-images.githubusercontent.com/55203625/213786907-b95dfb4b-08bf-4449-a055-72edf401da23.png
[34]: https://img.shields.io/badge/-Expo-282C34?style=flat-square&logo=expo&logoColor=#D04A37
[35]: https://expo.dev/




