fix onEndReached issue by forcing flatlist to scroll (#3623)
This commit is contained in:
parent
edbb18afa4
commit
22e86c9903
2 changed files with 19 additions and 3 deletions
|
@ -147,7 +147,11 @@ function GifList({
|
|||
<View
|
||||
style={[
|
||||
a.absolute,
|
||||
{top: 0, left: 0, right: 0, height: '50%'},
|
||||
a.inset_0,
|
||||
{
|
||||
borderBottomLeftRadius: 8,
|
||||
borderBottomRightRadius: 8,
|
||||
},
|
||||
t.atoms.bg,
|
||||
]}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue