mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
home screen first pass
This commit is contained in:
@@ -4,6 +4,7 @@ import { LayoutRectangle, Pressable, PressableProps } from 'react-native'
|
||||
type PressableOpacityProps = PressableProps & {
|
||||
ripple?: boolean
|
||||
rippleColor?: string
|
||||
unstable_pressDelay?: number
|
||||
}
|
||||
|
||||
const PressableOpacity: React.FC<PressableOpacityProps> = props => {
|
||||
|
||||
Reference in New Issue
Block a user