File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
"@commitlint/config-conventional" : " ^11.0.0" ,
51
51
"@react-native-community/eslint-config" : " ^2.0.0" ,
52
52
"@release-it/conventional-changelog" : " ^2.0.0" ,
53
+ "@stream-io/flat-list-mvcp" : " ^" ,
53
54
"@types/jest" : " ^26.0.0" ,
54
55
"@types/react" : " ^16.9.19" ,
55
56
"@types/react-native" : " 0.62.13" ,
56
- "@stream-io/flat-list-mvcp" : " ^" ,
57
57
"commitlint" : " ^11.0.0" ,
58
58
"eslint" : " ^7.2.0" ,
59
59
"eslint-config-prettier" : " ^7.0.0" ,
69
69
"typescript" : " ^4.1.3"
70
70
},
71
71
"peerDependencies" : {
72
+ "@stream-io/flat-list-mvcp" : " *" ,
72
73
"react" : " *" ,
73
- "react-native" : " *" ,
74
- "@stream-io/flat-list-mvcp" : " *"
74
+ "react-native" : " *"
75
75
},
76
76
"jest" : {
77
77
"preset" : " react-native" ,
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ const BidirectionalFlatList = React.forwardRef(
145
145
const p = ( ) => {
146
146
return new Promise < void > ( ( resolve ) => {
147
147
onStartReachedInPromise . current = null ;
148
- setOnStartReachedInProgress ( false ) ;
148
+ setOnEndReachedInProgress ( false ) ;
149
149
resolve ( ) ;
150
150
} ) ;
151
151
} ;
You can’t perform that action at this time.
0 commit comments