@fto-consult/expo-ui 6.47.2 → 6.48.0
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
@@ -84,7 +84,6 @@ const DrawerItem = ({icon,iconProps,borderRadius,color,minimized,contentContaine
|
|
84
84
|
// @ts-expect-error We keep old a11y props for backwards compat with old RN versions
|
85
85
|
accessibilityTraits={active ? ['button', 'selected'] : 'button'}
|
86
86
|
accessibilityComponentType="button"
|
87
|
-
role="button"
|
88
87
|
accessibilityState={{ selected: active }}
|
89
88
|
accessibilityLabel={accessibilityLabel}
|
90
89
|
>
|
@@ -109,7 +108,7 @@ const DrawerItem = ({icon,iconProps,borderRadius,color,minimized,contentContaine
|
|
109
108
|
);
|
110
109
|
};
|
111
110
|
|
112
|
-
DrawerItem.displayName = '
|
111
|
+
DrawerItem.displayName = 'DrawerItemComponent';
|
113
112
|
|
114
113
|
const styles = StyleSheet.create({
|
115
114
|
icon : {
|