Socket
Book a DemoInstallSign in
Socket

expo-pointer-events-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-pointer-events-plugin

Expo Plugin to enable pointer events

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

☝️ expo-pointer-events-plugin

Expo platforms GitHub npm

🔧 Installation

Yarn:

yarn add expo-pointer-events-plugin

NPM:

npm install --save expo-pointer-events-plugin

🎛 Setup

  • Add it to your plugins in your app.json file:
{
  "expo": {
    "plugins": [
      [
        "expo-pointer-events-plugin",
      ]
    ]
  }
}
  • Run npx expo prebuild
  • 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.
💻 By contributing, you agree that your contributions will be licensed under its MIT License.

Keywords

react-native

FAQs

Package last updated on 12 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts