React Native 0.57.x <Image/>大图像低质量

React Native 0.57.x lt;Image/gt; large images low quality(React Native 0.57.x lt;Image/gt;大图像低质量)
本文介绍了React Native 0.57.x <Image/>大图像低质量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

即使使用 resizeMethod="resize" 加载大型捆绑图像时质量也确实很差.这仅发生在 Android 上,不会发生在任何 iOS 模拟器/设备上.已在 Android 8.1 模拟器和带有 Android 8.0 的 LG G6 上对其进行了测试.请看下面的截图.

在左侧屏幕截图中,我们看到使用 RN 0.56.0 运行的完全相同的代码,在右侧屏幕截图中,我们看到 RN 0.57.5.代码只是一个简单的图像 <Image source={require('./assets/ELHall1.png')} resizeMethod="resize"/> 并且图像大小为 2111x 4645 像素.这两个项目都是使用 react-native init RN057ImageTestreact-native init --version="0.56.0" RN056ImageTest 全新安装的.

带有图片的简单应用

<代码>...类型道具 = {};导出默认类 App 扩展组件<Props>{使成为() {返回 (<查看样式={styles.container}>{/*<Text style={styles.welcome}>欢迎使用 React Native!</Text><Text style={styles.instructions}>要开始,编辑 App.js</Text><文本样式={styles.instructions}>{instructions}</Text>*
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)