src/components/__snapshots__/CategoriesPills.test.js.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CategoriesPills Component renders correctly 1`] = `
<View
accessibilityLabel="0 event types selected"
accessible={true}
style={
Array [
Object {
"alignItems": "center",
"backgroundColor": "#20215a",
"borderRadius": 4,
"flex": 1,
"flexDirection": "row",
"height": 44,
},
Object {},
]
}
>
<Text
color="blackColor"
markdown={false}
markdownStyle={Object {}}
style={
Object {
"color": "#2cda9d",
"paddingLeft": 8,
"paddingTop": 4,
}
}
type="h3"
>
All events
</Text>
</View>
`;