Matthew Pawley
Results
12
comments of
Matthew Pawley
May be a better solution, but managed to get it working by doing the following: ``` this.dataListRef.current.ref.getNode().scrollToOffset(...); ``` The `getNode()` should return the actual element (FlatList in this example) so...
> I was actually able to solve it using `cross-fetch`. Tried `node-fetch` too, but it was buggy as well 🤦♂️ `cross-fetch` uses `[email protected]` under the hood, so downgrading to `[email protected]`...