expo-pointer-events-plugin
v1.0.0
Published
Expo Plugin to enable pointer events
Maintainers
Readme
☝️ expo-pointer-events-plugin
🔧 Installation
Yarn:
yarn add expo-pointer-events-pluginNPM:
npm install --save expo-pointer-events-plugin🎛 Setup
- Add it to your
pluginsin yourapp.jsonfile:
{
"expo": {
"plugins": [
[
"expo-pointer-events-plugin",
]
]
}
}- Run
npx expo prebuild - Run
yarn iosoryarn 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.
