Robert

Results 11 comments of Robert

I also have this issue. I have a social feed similar to Instagram. You can't scroll the page if you touch an image while swiping. This is also the behavior...

@umizoomi I had already switched to https://github.com/prc5/react-zoom-pan-pinch which doesn't have this issue, so never got to try the proposed solution.

If anyone is still stuck on this, I just switched to using [`uuid`](https://github.com/uuidjs/uuid), [`@types/uuid`](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid), and [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values) polyfill which works as expected.

I wish I saw this earlier. Just spent a lot of time finding the same line of code 😅

Hi @jhuleatt I am still running into this issue using the following. Webpack is properly tree-shaking other libraries but `reactfire` is still loading `firestore` and `storage`. **Dependencies** - `[email protected]` -...

Hi @jhuleatt, Thanks for the update. I upgraded from `v4.2.1` to `v4.2.2` and ran `webpack-bundle-analyzer`. It looks like the unused packages from `@firebase` have been removed, but now the `reactfire`...

I'm also looking for the exact same thing. An easy to way to customize prefixes or more documentation around writing custom plugins would be really helpful for this use case.

@danazkari @Yianen were you ever able to get a Next project created? Running into the same error using `18.3.4`

Any update on this feature? It's currently my biggest blocker.

@huyphams I am getting the same error and I'm not seeing a settings option in the context menu. I'm connect to a `libSQL` db and am on version `Version 5.9.7...