修改banner交互透明度

This commit is contained in:
al 2025-01-16 16:17:41 +08:00
parent 4b81f6115a
commit 6ac052d3ee
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ export default function Banner({
{banners.map((banner, index) => (
<TouchableOpacity
key={index}
activeOpacity={1}
style={tailwind("w-full h-full")}
onPress={() => {
console.log("Pressed", banner?.link);