@tamagui/core 1.94.1 → 1.94.2

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.
package/dist/native.js CHANGED
@@ -9532,7 +9532,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
9532
9532
  }
9533
9533
  }), {
9534
9534
  onPressIn: attachPress ? function(e) {
9535
- runtimePressStyle && setStateShallow({
9535
+ (runtimePressStyle || groupName) && setStateShallow({
9536
9536
  press: !0,
9537
9537
  pressIn: !0
9538
9538
  }), onPressIn == null || onPressIn(e), onMouseDown == null || onMouseDown(e), import_constants.isWeb && mouseUps.add(unPress);