mobile-app/app/components/__snapshots__/InfoText.test.tsx.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`info text should match snapshot 1`] = `
<View
style={
[
[
{
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderBottomWidth": 1,
"borderLeftWidth": 1,
"borderRightWidth": 1,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"borderTopWidth": 1,
"flexDirection": "row",
"paddingBottom": 8,
"paddingLeft": 8,
"paddingRight": 8,
"paddingTop": 8,
},
undefined,
],
{
"backgroundColor": "rgba(255, 250, 244, 1)",
"borderBottomColor": "rgba(255, 210, 163, 1)",
"borderLeftColor": "rgba(255, 210, 163, 1)",
"borderRightColor": "rgba(255, 210, 163, 1)",
"borderTopColor": "rgba(255, 210, 163, 1)",
},
]
}
>
<Text />
<Text
style={
[
{
"fontFamily": "RegularFont",
"fontSize": 16,
"fontWeight": "400",
"lineHeight": 24,
},
[
{
"flexBasis": "0%",
"flexGrow": 1,
"flexShrink": 1,
"fontFamily": "MediumFont",
"fontSize": 12,
"fontWeight": "500",
"lineHeight": 16,
"paddingLeft": 8,
},
{
"color": "rgba(82, 82, 82, 1)",
},
],
]
}
text="foo"
>
foo
</Text>
</View>
`;