An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tighten up the post control hit regions

+1 -1
+1 -1
src/view/com/util/PostCtrls.tsx
··· 27 27 28 28 const redgray = '#7A6161' 29 29 const sRedgray = {color: redgray} 30 - const HITSLOP = {top: 10, left: 10, bottom: 10, right: 10} 30 + const HITSLOP = {top: 5, left: 5, bottom: 5, right: 5} 31 31 32 32 export function PostCtrls(opts: PostCtrlsOpts) { 33 33 const interp1 = useAnimatedValue(0)