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