reactnativecn / react-native-website

React Native 中文网
https://reactnative.cn
MIT License
216 stars 327 forks source link

ImageBackground宽高撑满的情况下并且resizeMode是repeat,怎么修改内部重复图片的宽高 #785

Closed z-coder-hub closed 2 months ago

z-coder-hub commented 5 months ago

如果我在imageStyle中修改了宽高,会影响imageBackground的实际宽高导致宽高不撑满


<ImageBackground accessibilityLabel={labels.roomImageTile} style={style} imageStyle={{ resizeMode: 'repeat' }} source={imageTilePath}>
    {props.children}
</ImageBackground>
github-actions[bot] commented 2 months ago

👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 months ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.