mattermost-mobile/app/components/app_version/__snapshots__/index.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

41 lines
593 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`@components/app_version should match snapshot 1`] = `
<View
animatedStyle={
{
"value": {
"opacity": 1,
},
}
}
collapsable={false}
pointerEvents="none"
style={
{
"opacity": 1,
}
}
>
<View
style={
{
"bottom": 0,
"marginBottom": 12,
"marginLeft": 20,
"position": "absolute",
}
}
>
<Text
style={
{
"fontSize": 12,
}
}
>
App Version: 0.0.0 (Build 0)
</Text>
</View>
</View>
`;