Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们在 React Native 中上传大图像或视频时,我们发现这需要很多时间。我正在寻找一些可以在发送到我们的服务器 api 之前压缩内容的模块/库。
我们的代码库是 ReactNative。
我们目前正在使用 Dropzone 组件。