@@ -42,7 +42,7 @@ exports[`Background gradient render background gradient with custom style 1`] =
42
42
<View
43
43
style = { {}}
44
44
>
45
- <RNLinearGradient
45
+ <BVLinearGradient
46
46
angle = { 0 }
47
47
borderRadii = {
48
48
[
@@ -63,10 +63,10 @@ exports[`Background gradient render background gradient with custom style 1`] =
63
63
]
64
64
}
65
65
endPoint = {
66
- {
67
- " x " : 0.5 ,
68
- " y " : 1 ,
69
- }
66
+ [
67
+ 0.5 ,
68
+ 1 ,
69
+ ]
70
70
}
71
71
locations = {
72
72
[
@@ -75,10 +75,10 @@ exports[`Background gradient render background gradient with custom style 1`] =
75
75
]
76
76
}
77
77
startPoint = {
78
- {
79
- " x " : 0.5 ,
80
- " y " : 0 ,
81
- }
78
+ [
79
+ 0.5 ,
80
+ 0 ,
81
+ ]
82
82
}
83
83
style = {
84
84
{
@@ -140,7 +140,7 @@ exports[`Background gradient render background gradient with one color 1`] = `
140
140
<View
141
141
style = { {}}
142
142
>
143
- <RNLinearGradient
143
+ <BVLinearGradient
144
144
angle = { 0 }
145
145
borderRadii = {
146
146
[
@@ -161,10 +161,10 @@ exports[`Background gradient render background gradient with one color 1`] = `
161
161
]
162
162
}
163
163
endPoint = {
164
- {
165
- " x " : 0.5 ,
166
- " y " : 1 ,
167
- }
164
+ [
165
+ 0.5 ,
166
+ 1 ,
167
+ ]
168
168
}
169
169
locations = {
170
170
[
@@ -173,10 +173,10 @@ exports[`Background gradient render background gradient with one color 1`] = `
173
173
]
174
174
}
175
175
startPoint = {
176
- {
177
- " x " : 0.5 ,
178
- " y " : 0 ,
179
- }
176
+ [
177
+ 0.5 ,
178
+ 0 ,
179
+ ]
180
180
}
181
181
style = {
182
182
{
@@ -238,7 +238,7 @@ exports[`Background gradient render correctly 1`] = `
238
238
<View
239
239
style = { {}}
240
240
>
241
- <RNLinearGradient
241
+ <BVLinearGradient
242
242
angle = { 0 }
243
243
borderRadii = {
244
244
[
@@ -259,10 +259,10 @@ exports[`Background gradient render correctly 1`] = `
259
259
]
260
260
}
261
261
endPoint = {
262
- {
263
- " x " : 0.5 ,
264
- " y " : 1 ,
265
- }
262
+ [
263
+ 0.5 ,
264
+ 1 ,
265
+ ]
266
266
}
267
267
locations = {
268
268
[
@@ -271,10 +271,10 @@ exports[`Background gradient render correctly 1`] = `
271
271
]
272
272
}
273
273
startPoint = {
274
- {
275
- " x " : 0.5 ,
276
- " y " : 0 ,
277
- }
274
+ [
275
+ 0.5 ,
276
+ 0 ,
277
+ ]
278
278
}
279
279
style = {
280
280
{
@@ -336,7 +336,7 @@ exports[`Background gradient render with undefined angle 1`] = `
336
336
<View
337
337
style = { {}}
338
338
>
339
- <RNLinearGradient
339
+ <BVLinearGradient
340
340
angle = { 0 }
341
341
borderRadii = {
342
342
[
@@ -357,10 +357,10 @@ exports[`Background gradient render with undefined angle 1`] = `
357
357
]
358
358
}
359
359
endPoint = {
360
- {
361
- " x " : 0.5 ,
362
- " y " : 1 ,
363
- }
360
+ [
361
+ 0.5 ,
362
+ 1 ,
363
+ ]
364
364
}
365
365
locations = {
366
366
[
@@ -369,10 +369,10 @@ exports[`Background gradient render with undefined angle 1`] = `
369
369
]
370
370
}
371
371
startPoint = {
372
- {
373
- " x " : 0.5 ,
374
- " y " : 0 ,
375
- }
372
+ [
373
+ 0.5 ,
374
+ 0 ,
375
+ ]
376
376
}
377
377
style = {
378
378
{
@@ -434,7 +434,7 @@ exports[`Background gradient render with undefined opacity 1`] = `
434
434
<View
435
435
style = { {}}
436
436
>
437
- <RNLinearGradient
437
+ <BVLinearGradient
438
438
angle = { 0 }
439
439
borderRadii = {
440
440
[
@@ -455,10 +455,10 @@ exports[`Background gradient render with undefined opacity 1`] = `
455
455
]
456
456
}
457
457
endPoint = {
458
- {
459
- " x " : 0.5 ,
460
- " y " : 1 ,
461
- }
458
+ [
459
+ 0.5 ,
460
+ 1 ,
461
+ ]
462
462
}
463
463
locations = {
464
464
[
@@ -467,10 +467,10 @@ exports[`Background gradient render with undefined opacity 1`] = `
467
467
]
468
468
}
469
469
startPoint = {
470
- {
471
- " x " : 0.5 ,
472
- " y " : 0 ,
473
- }
470
+ [
471
+ 0.5 ,
472
+ 0 ,
473
+ ]
474
474
}
475
475
style = {
476
476
{
0 commit comments