Ethan Millstein

Results 7 comments of Ethan Millstein

I'm having this issue as well. Dragula's grab and grabbing cursors work fine in Chrome: https://bevacqua.github.io/dragula/. Please reopen...

I was facing the same issue. Solved it with adding `../tmp` as the `outputPath`, which seems to be a better directory for this anyway.

Sure, here is a utility wrapper I made for it: ``` import RnImageResizer, { Response } from 'react-native-image-resizer' const ImageResizer = async ({ path, maxWidth = 1080, maxHeight = 1080,...

@erikmillergalow same issue for me. Even the NextDoor mobile app does it as well.

I'm having this issue as well. The bottom line is 2px high. As a workaround, I added a cropping action with Expo Image Manipulator: ``` const imageResult = await ImageManipulator.manipulateAsync(...

I am running into this issue too. Google Maps seems a bit laggy/jerky, especially when zoomed in and throwing the map around. Apple Maps is very smooth. I investigated further...

To fix this: 1. `npm install @hot-loader/react-dom` 2. Add webpack config alias `'react-dom': '@hot-loader/react-dom'` See here: https://github.com/gaearon/react-hot-loader#hot-loaderreact-dom