src/components/__snapshots__/Performance.test.js.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly 1`] = `
<View
style={
Object {
"flexDirection": "row",
"paddingVertical": 12,
}
}
>
<Text
color="blackColor"
markdown={false}
markdownStyle={Object {}}
style={
Object {
"fontWeight": "bold",
"width": 90,
}
}
type="text"
>
13:00
</Text>
<Text
color="blackColor"
markdown={false}
markdownStyle={Object {}}
numberOfLines={3}
style={
Object {
"flex": 1,
}
}
type="text"
>
DJ Bag-o-Donuts
</Text>
</View>
`;