Brad Stiff
Brad Stiff
I had the same issue, but it was a space in the Scheme name that caused the build failure. Removing the space resolved the issue. This surfaced when migrating from...
In v0.71.4, if I invoke a send-trim-memory event via adb, I get a memoryWarning event. Was this added recently to Android? Edit: I only get a memoryWarning on debug builds....
I am not familiar with react-loadable. If you can submit a link to a repro, I can try to help. FYI, upon looking at their API, in order to take...
@ShurikAg I'm not familiar with TS and don't have time to learn at the moment. Can you review zernie's commits for me? If both of you are OK with it,...
Hi Alex, 1. This should only happen when there is overflow in that direction. This is by design. The overflow scrolls into view until there is no overflow left. And...
Would the following be consistent what you are seeing in your first two points: The image is being zoomed in slightly on initial load, even though the image dimensions perfectly...
Can you send a link to a repro?
If you pass debug={true} to the component, it will overlay a div with some debug info. Can you tell me what it says? Can you also send the dimensions of...
I am thinking about exposing zoomButtonContainerStyle prop. Would that work for your use case?