* 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>
41 lines
593 B
Text
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>
|
|
`;
|