tamagui 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 +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -9629,7 +9629,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
|
|
|
9629
9629
|
}
|
|
9630
9630
|
}), {
|
|
9631
9631
|
onPressIn: attachPress ? function(e) {
|
|
9632
|
-
runtimePressStyle && setStateShallow({
|
|
9632
|
+
(runtimePressStyle || groupName) && setStateShallow({
|
|
9633
9633
|
press: !0,
|
|
9634
9634
|
pressIn: !0
|
|
9635
9635
|
}), onPressIn == null || onPressIn(e), onMouseDown == null || onMouseDown(e), import_constants4.isWeb && mouseUps.add(unPress);
|