Files
mattermost-mobile/app/components/custom_status/__snapshots__/clear_button.test.tsx.snap
Elias Nahum 5c7e89d7de [Gekidou] update deps (#6667)
* Fix login not showing the usernames (#6652)

* update dependencies

* feedback review

* feedback review 2

* remove unused dependencies

* remove duplicate gesture-handler dependency

* add -XX:+HeapDumpOnOutOfMemoryError to gradle

* adjust gradle memory

* update android ci image

* android executor xlarge

Co-authored-by: Daniel Espino García <larkox@gmail.com>
2022-10-13 08:41:18 -03:00

39 lines
802 B
Plaintext

// 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={
{
"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>
`;