如何使用Cloudflare Image Resizing for React Native App

bf1o4zei  于 2023-08-07  发布在  React
关注(0)|答案(1)|浏览(107)

我正在Cloudflare Images上为React Native App存储镜像。不幸的是,Cloudflare图像不支持密度,因此我需要Cloudflare图像调整大小-不幸的是,我无法激活,因为我没有连接域。
是否有任何方法可以为React Native应用程序使用Cloudflare图像大小调整,尤其是响应式图像服务?

pgx2nnw8

pgx2nnw81#

您可以使用react-native-compressor来调整图像的大小,然后使用react-native-responsive-image-view来显示响应图像。

相关问题