forked from Ivasoft/mattermost-mobile
* Allow only for jpeg, png, and bmp profile image uploads * Add file type if missing and update error id * Update mattermost-redux commit hash * Point mattermost-redux to latest master commit
29 lines
494 B
Plaintext
29 lines
494 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`AttachmentButton should match snapshot 1`] = `
|
|
<TouchableOpacity
|
|
activeOpacity={0.2}
|
|
onPress={[Function]}
|
|
style={
|
|
Object {
|
|
"alignItems": "center",
|
|
"height": 34,
|
|
"justifyContent": "center",
|
|
"width": 45,
|
|
}
|
|
}
|
|
>
|
|
<Icon
|
|
allowFontScaling={false}
|
|
color="rgba(61,60,64,0.9)"
|
|
name="md-add"
|
|
size={30}
|
|
style={
|
|
Object {
|
|
"marginTop": 2,
|
|
}
|
|
}
|
|
/>
|
|
</TouchableOpacity>
|
|
`;
|