File tree 5 files changed +52
-130
lines changed
5 files changed +52
-130
lines changed Original file line number Diff line number Diff line change @@ -64,46 +64,6 @@ exports[`should render with PopupDialog with Overlay 1`] = `
64
64
>
65
65
<react-native-mock >
66
66
<DraggableView
67
- backdrop = {
68
- <Backdrop
69
- animationDuration = { 150 }
70
- backgroundColor = " #000"
71
- onPress = { [Function ]}
72
- opacity = { 0.5 }
73
- pointerEvents = " none"
74
- useNativeDriver = { true }
75
- visible = { false }
76
- />
77
- }
78
- content = {
79
- <AnimatedComponent
80
- style = {
81
- Array [
82
- Object {
83
- " backgroundColor" : " #ffffff" ,
84
- " overflow" : " hidden" ,
85
- },
86
- Object {
87
- " borderRadius" : 8 ,
88
- },
89
- Object {
90
- " height" : null ,
91
- " width" : null ,
92
- },
93
- null ,
94
- Object {
95
- " opacity" : AnimatedValue {
96
- " _animation" : null ,
97
- " _children" : Array [],
98
- " _listeners" : Object {},
99
- " _offset" : 0 ,
100
- " _value" : 0 ,
101
- },
102
- },
103
- ]
104
- }
105
- />
106
- }
107
67
onMove = { [Function ]}
108
68
onRelease = { [Function ]}
109
69
onSwipeOut = { null }
@@ -156,16 +116,13 @@ exports[`should render with PopupDialog with Overlay 1`] = `
156
116
style = {
157
117
Object {
158
118
" backgroundColor" : " #000" ,
159
- " height" : 2304 ,
160
119
" opacity" : AnimatedValue {
161
120
" _animation" : null ,
162
121
" _children" : Array [],
163
122
" _listeners" : Object {},
164
123
" _offset" : 0 ,
165
124
" _value" : 0 ,
166
125
},
167
- " position" : " absolute" ,
168
- " width" : 960 ,
169
126
}
170
127
}
171
128
>
@@ -294,46 +251,6 @@ exports[`should render with PopupDialog without Overlay 1`] = `
294
251
>
295
252
<react-native-mock >
296
253
<DraggableView
297
- backdrop = {
298
- <Backdrop
299
- animationDuration = { 150 }
300
- backgroundColor = " #000"
301
- onPress = { [Function ]}
302
- opacity = { 0.5 }
303
- pointerEvents = " none"
304
- useNativeDriver = { true }
305
- visible = { false }
306
- />
307
- }
308
- content = {
309
- <AnimatedComponent
310
- style = {
311
- Array [
312
- Object {
313
- " backgroundColor" : " #ffffff" ,
314
- " overflow" : " hidden" ,
315
- },
316
- Object {
317
- " borderRadius" : 8 ,
318
- },
319
- Object {
320
- " height" : null ,
321
- " width" : null ,
322
- },
323
- null ,
324
- Object {
325
- " opacity" : AnimatedValue {
326
- " _animation" : null ,
327
- " _children" : Array [],
328
- " _listeners" : Object {},
329
- " _offset" : 0 ,
330
- " _value" : 0 ,
331
- },
332
- },
333
- ]
334
- }
335
- />
336
- }
337
254
onMove = { [Function ]}
338
255
onRelease = { [Function ]}
339
256
onSwipeOut = { null }
@@ -386,16 +303,13 @@ exports[`should render with PopupDialog without Overlay 1`] = `
386
303
style = {
387
304
Object {
388
305
" backgroundColor" : " #000" ,
389
- " height" : 2304 ,
390
306
" opacity" : AnimatedValue {
391
307
" _animation" : null ,
392
308
" _children" : Array [],
393
309
" _listeners" : Object {},
394
310
" _offset" : 0 ,
395
311
" _value" : 0 ,
396
312
},
397
- " position" : " absolute" ,
398
- " width" : 960 ,
399
313
}
400
314
}
401
315
>
You can’t perform that action at this time.
0 commit comments