Bryan Eaton

Results 5 comments of Bryan Eaton

That is a limitation of the [web-pull-to-refresh](https://github.com/apeatling/web-pull-to-refresh) library that is being used. Feel free to submit a PR to that or the [wptr.1.1.js](https://github.com/bryaneaton13/react-pull-to-refresh/blob/master/src/pull-to-refresh/wptr.1.1.js) file to support a negative `distance` in...

I am using this package and I downgraded to 1.4.0 (`npm install [email protected]`) and it at least gets Safari to load and I was able to create a docx file....

I don't have a specific example, but it may be possible if you try enabling/disabling the ReactPullToRefresh at the times when you want it to be draggable. Something like: ```ts...

The latest version of this package now uses Typescript so there's no need for a DefinitelyTyped version as the types are now included.

I had to extend my metro config using the defaults. I found the answer here: https://github.com/facebook/metro/issues/367#issuecomment-469995423 ```js const metroDefault = require('metro-config/src/defaults/defaults.js'); module.exports = { resolver: { assetExts: metroDefault.assetExts.concat(['md']), }, };...