@fto-consult/expo-ui 6.95.0 → 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.0",
3
+ "version": "6.95.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -175,6 +175,7 @@ AppBarComponent.propTypes = {
175
175
  Notifications : PropTypes.oneOfType([
176
176
  PropTypes.element,
177
177
  PropTypes.node,
178
+ PropTypes.elementType,
178
179
  ]),
179
180
  subtitle : PropTypes.oneOfType([
180
181
  PropTypes.string,
@@ -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"}>