修改banner交互透明度
This commit is contained in:
parent
4b81f6115a
commit
6ac052d3ee
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue