minas90

Results 2 issues of minas90

Hi there, I think it's a good idea to replace `request`, as it's [deprecated](https://github.com/request/request/issues/3142) now. `node-fetch` seems to be the best future proof option at the moment.

enhancement

When listview has a top padding, bottom view gets the same bottom padding initially, when you scroll padding goes away. It is caused by getComputedScrollY method, without - view.getTop() it...