Files
mattermost-mobile/app/components/custom_status/__snapshots__/clear_button.test.tsx.snap
Elias Nahum 48b5b6099c Update Dependencies and bug fixes (#7000)
* update dependencies

* update dependencies

* feedback review

* update @mattermost/react-native-turbo-mailer
2023-02-02 12:13:09 +02:00

56 lines
1.1 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`components/custom_status/clear_button should match snapshot 1`] = `
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"alignItems": "center",
"flex": 1,
"height": 40,
"justifyContent": "center",
"opacity": 1,
"width": 40,
}
}
testID="clear_custom_status.button"
>
<Icon
name="close-circle"
size={20}
style={
{
"borderRadius": 1000,
"color": "rgba(63,67,80,0.52)",
}
}
/>
</View>
`;