Sirui Li

Results 19 comments of Sirui Li

older version works. but we need to update Apollo version. so this still needs to be fixed.

could you explain why the file name will become `persist:pdfstorage`?

`@babel/[email protected]` doesn't solve the problem for me. Also we need higher version to resolve other issues.

@ajsmth I added a parameter `velocityMultiplier` to control how much you want it to scroll. let me know if it works!

updated the PR to work with v0.2

this looks nice. any chance we can get this merged soon?

in my testing. default timezone in Intl is always `UTC`. this behaviour is different from the default `Date` timezone. ``` > time.toString() < Tue May 12 2020 22:00:00 GMT+0800 (HKT)...

Looks great. I think the example project needs to be updated as well 👍🏼

yes i've found the same issue. it's very confusing because `completionHandler` is supposed to be called.

@apfritts i'm not familiar with iOS, but my understanding it that `completionHandler` should eventually be called (not necessarily in `AppDelegate`). is it correct? the README doesn't give any guidance on...