1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`renders HR 1`] = `
4<View
5  style={
6    {
7      "borderBottomColor": "#EEEEEE",
8      "borderBottomWidth": 0.5,
9      "borderTopColor": "#9A9A9A",
10      "borderTopWidth": 0.5,
11      "marginVertical": 8,
12    }
13  }
14/>
15`;
16