@fto-consult/expo-ui 6.95.1 → 6.95.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.95.1",
3
+ "version": "6.95.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -487,7 +487,7 @@ class _Menu extends AppComponent {
487
487
  }}
488
488
  collapsable={false}
489
489
  accessibilityViewIsModal={visible}
490
- style={[styles.wrapper, positionStyle, style,hiddenStyle,{pointerEvents:visible ? 'box-none' : 'none'}]}
490
+ style={[styles.wrapper, positionStyle, style,hiddenStyle]}
491
491
  onAccessibilityEscape={onDismiss}
492
492
  >
493
493
  {rendered?<Animated.View style={{ transform: positionTransforms }} testID={testID+"_Animated"}>