* Update to RN 0.67 & dependencies * Update server displayName if already exists * Allow adding only one reaction * update to rn 0.67.1
38 lines
816 B
Text
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>
|
|
`;
|