Commit af9b77c
authored
Fix
## Description
Closes
#2990
Removes `renderScrollComponent` from the public API of FlatList exported
by Gesture Handler, as its being overwritten with Gesture Handler's
scroll view anyway.
## Test plan
Verify that `renderScrollComponent` causes a TypeScript error on
FlatList exported from RNGH.FlatList type (#3029)1 parent 56008d2 commit af9b77c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments