mattermost-mobile/app/components/custom_status/__snapshots__/clear_button.test.tsx.snap
Elias Nahum 2013f39a61
V2 dependency updates (#5907)
* Update to RN 0.67 & dependencies

* Update server displayName if already exists

* Allow adding only one reaction

* update to rn 0.67.1
2022-01-21 08:49:04 -03:00

38 lines
816 B
Text

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