Dmitriy Pushkov

Results 42 comments of Dmitriy Pushkov

Unfortunately, [`react-native-blob-courier` doesn't support passing body to `fetchBlob`](https://github.com/edeckers/react-native-blob-courier/issues/170) at the moment and `FileSystem.fetch` doesn't support request cancel. So none of both suits our requirements — we need to pass body...

@alpha0010 Thanks for reply. Yes, I use your library to download blobs right now because it supports passing a body to request. And I use `react-native-blob-courier` to upload blobs due...

@alpha0010 Cool, it was very fast reaction, mate! But I am sorry, can't test it this time. Already implemented [a workaround with `react-native-blob-courier`](https://github.com/edeckers/react-native-blob-courier/issues/170#issuecomment-996705835) suitable for me at the moment. Anyway,...

It's a big disappointment for me, guys, that migrating to ES modules you [still didn't care about semantic versioning](https://github.com/AnalyticalGraphicsInc/cesium/issues/2422#issuecomment-562203761). All my projects relying on Cesium are broken now. :-(

We are relying on Cesium as a peer dependency in a set of our private libraries and using it like this: ```javascript import Cesium from 'cesium'; const imageryProvider = new...

I faced the same issue. The problem is that `antd` and `rc-picker` components are imported from `lib` directories containing CommonJS modules not compatible with Vite. Vite requires ES modules. Although...

Thanks for response. At the moment, we're using `rjsf-v4` so that's where we want to see these changes first.

Not good news for us. Probably, we will live with patched v4 for a while. Not sure how many breaking changes will be introduced in v5 and whether they affect...

@vasafix Does it happen with any 3.x version? I am experiencing an issue with 3.0.6 in Android: the more Native Base components are rendered the slower further rendering performance (i.e....

@MD-REHMAN My issue is resolved after upgrading to 3.2.2. Unfortunately, I can't upgrade to 3.3.x at the moment because it introduces new bugs like [this](https://github.com/GeekyAnts/NativeBase/issues/4525).