mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
add stacks for home/search
so they can access album/artist/etc screen
This commit is contained in:
@@ -15,6 +15,11 @@ const PressableOpacity: React.FC<PressableOpacityProps> = props => {
|
||||
props.disabled === true ? setOpacity(0.3) : setOpacity(1)
|
||||
}, [props.disabled])
|
||||
|
||||
props = {
|
||||
...props,
|
||||
unstable_pressDelay: props.unstable_pressDelay === undefined ? 60 : props.unstable_pressDelay,
|
||||
}
|
||||
|
||||
return (
|
||||
<Pressable
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user