簡體   English   中英

如何在 React Native 中添加背景圖像,使其占用屏幕的整個高度,但只占用屏幕的一部分寬度?

[英]How can I add a background image in react native so that it takes the whole height of the screen but only part of the width?

我曾嘗試使用具有不同調整大小選項的 ImageBackground 元素,但無法獲得所需的結果。 我想讓它看起來像右邊的圖像。 免責聲明:我是 React Native 的新手,所以我可能錯過了一些東西..

這是圖像:

在此處輸入圖片說明

你可以嘗試這樣的事情:

<ImageBackground resizeMode='stretch' style={{ flex:1 }} source={image} imageStyle={{ marginLeft: '50%'}}>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM