gpt4 book ai didi

react-native - 使用闪屏 react native 不显示图像

转载 作者:行者123 更新时间:2023-12-05 07:19:34 33 4
gpt4 key购买 nike

我想将图像放在初始屏幕中 react native ,但它没有用。我正在使用这个库 https://github.com/crazycodeboy/react-native-splash-screen

我在里面放了一些文字,效果很好。但图像根本没有出现。我在 android studio 中尝试过它工作正常但是当 react native 渲染图像根本不出现时

图像:png 32 位

这是代码

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout

xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical|center_horizontal"
android:orientation="vertical"
android:background="@color/white"
>

<ImageView
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_gravity="center_horizontal"
app:srcCompat="@drawable/splash" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="7dp"
android:text="Tes"
android:textColor="#4972D1"
android:textSize="24sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="7dp"
android:text="Tes"
android:textColor="#759fff"
android:textSize="24sp" />

</LinearLayout>

这是android studio中的 Here is it in android studio

这是我启动应用程序时的样子 enter image description here

最佳答案

根据官方文档,您应该将 scaleType 属性添加到您的 ImageView。

  android:scaleType="centerCrop"

如果它不起作用,请添加您的 list 文件以获得进一步的帮助。

关于react-native - 使用闪屏 react native 不显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57726881/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com