25 lines
382 B
Plaintext
25 lines
382 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`[Component] Card renders correctly 1`] = `
|
|
<View
|
|
bgColor="red"
|
|
style={
|
|
[
|
|
{
|
|
"backgroundColor": "#FF4141",
|
|
"borderRadius": 10,
|
|
"overflow": "hidden",
|
|
"padding": 30,
|
|
"width": "100%",
|
|
},
|
|
undefined,
|
|
]
|
|
}
|
|
testID="card"
|
|
>
|
|
<Text>
|
|
content
|
|
</Text>
|
|
</View>
|
|
`;
|