home screen first pass

This commit is contained in:
austinried
2021-07-09 14:34:15 +09:00
parent f4e167debc
commit d245d4b786
8 changed files with 296 additions and 25 deletions

View File

@@ -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 => {