@tamagui/react-native-use-pressable 1.15.15 → 1.15.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -415,6 +415,4 @@ function getTouchFromResponderEvent(event) {
415
415
  }
416
416
  return event.nativeEvent;
417
417
  }
418
- // Annotate the CommonJS export names for ESM import in node:
419
- 0 && (module.exports = {});
420
418
  //# sourceMappingURL=PressResponder.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/react-native-use-pressable",
3
- "version": "1.15.15",
3
+ "version": "1.15.16",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -29,7 +29,7 @@
29
29
  "react": "*"
30
30
  },
31
31
  "devDependencies": {
32
- "@tamagui/build": "1.15.15",
32
+ "@tamagui/build": "1.15.16",
33
33
  "@types/react": "^18.0.15",
34
34
  "react": "^18.2.0"
35
35
  },