@@ -6,6 +6,9 @@ exports[`scrollTo() with FlatList supports vertical drag scroll: scrollTo({ y: 1
66 " name" : " scrollBeginDrag" ,
77 " payload" : {
88 " currentTarget" : {},
9+ " isDefaultPrevented" : [Function ],
10+ " isPersistent" : [Function ],
11+ " isPropagationStopped" : [Function ],
912 " nativeEvent" : {
1013 " contentInset" : {
1114 " bottom" : 0 ,
@@ -32,13 +35,20 @@ exports[`scrollTo() with FlatList supports vertical drag scroll: scrollTo({ y: 1
3235 " y" : 0 ,
3336 },
3437 },
38+ " persist" : [Function ],
39+ " preventDefault" : [Function ],
40+ " stopPropagation" : [Function ],
3541 " target" : {},
42+ " timeStamp" : 0 ,
3643 },
3744 } ,
3845 {
3946 " name" : " scroll" ,
4047 " payload" : {
4148 " currentTarget" : {},
49+ " isDefaultPrevented" : [Function ],
50+ " isPersistent" : [Function ],
51+ " isPropagationStopped" : [Function ],
4252 " nativeEvent" : {
4353 " contentInset" : {
4454 " bottom" : 0 ,
@@ -65,13 +75,20 @@ exports[`scrollTo() with FlatList supports vertical drag scroll: scrollTo({ y: 1
6575 " y" : 0 ,
6676 },
6777 },
78+ " persist" : [Function ],
79+ " preventDefault" : [Function ],
80+ " stopPropagation" : [Function ],
6881 " target" : {},
82+ " timeStamp" : 0 ,
6983 },
7084 } ,
7185 {
7286 " name" : " scroll" ,
7387 " payload" : {
7488 " currentTarget" : {},
89+ " isDefaultPrevented" : [Function ],
90+ " isPersistent" : [Function ],
91+ " isPropagationStopped" : [Function ],
7592 " nativeEvent" : {
7693 " contentInset" : {
7794 " bottom" : 0 ,
@@ -98,13 +115,20 @@ exports[`scrollTo() with FlatList supports vertical drag scroll: scrollTo({ y: 1
98115 " y" : 0 ,
99116 },
100117 },
118+ " persist" : [Function ],
119+ " preventDefault" : [Function ],
120+ " stopPropagation" : [Function ],
101121 " target" : {},
122+ " timeStamp" : 0 ,
102123 },
103124 } ,
104125 {
105126 " name" : " scroll" ,
106127 " payload" : {
107128 " currentTarget" : {},
129+ " isDefaultPrevented" : [Function ],
130+ " isPersistent" : [Function ],
131+ " isPropagationStopped" : [Function ],
108132 " nativeEvent" : {
109133 " contentInset" : {
110134 " bottom" : 0 ,
@@ -131,13 +155,20 @@ exports[`scrollTo() with FlatList supports vertical drag scroll: scrollTo({ y: 1
131155 " y" : 0 ,
132156 },
133157 },
158+ " persist" : [Function ],
159+ " preventDefault" : [Function ],
160+ " stopPropagation" : [Function ],
134161 " target" : {},
162+ " timeStamp" : 0 ,
135163 },
136164 } ,
137165 {
138166 " name" : " scrollEndDrag" ,
139167 " payload" : {
140168 " currentTarget" : {},
169+ " isDefaultPrevented" : [Function ],
170+ " isPersistent" : [Function ],
171+ " isPropagationStopped" : [Function ],
141172 " nativeEvent" : {
142173 " contentInset" : {
143174 " bottom" : 0 ,
@@ -164,7 +195,11 @@ exports[`scrollTo() with FlatList supports vertical drag scroll: scrollTo({ y: 1
164195 " y" : 0 ,
165196 },
166197 },
198+ " persist" : [Function ],
199+ " preventDefault" : [Function ],
200+ " stopPropagation" : [Function ],
167201 " target" : {},
202+ " timeStamp" : 0 ,
168203 },
169204 } ,
170205]
0 commit comments