1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`renders a complex gradient 1`] = `
4<View>
5  <ViewManagerAdapter_ExpoLinearGradient
6    borderRadii={
7      Array [
8        0,
9        0,
10        0,
11        0,
12        0,
13        0,
14        0,
15        0,
16      ]
17    }
18    proxiedProperties={
19      Object {
20        "colors": Array [
21          -65536,
22          -16776961,
23        ],
24        "endPoint": Array [
25          1,
26          1,
27        ],
28        "locations": Array [
29          0.5,
30          1,
31        ],
32        "startPoint": Array [
33          0,
34          0,
35        ],
36      }
37    }
38    style={
39      Object {
40        "bottom": 0,
41        "left": 0,
42        "position": "absolute",
43        "right": 0,
44        "top": 0,
45      }
46    }
47  />
48</View>
49`;
50