Select the types of activity you want to include in your feed.
tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social
···204204 // alt here is what screen readers actually use
205205 accessibilityLabel={image.alt}
206206 accessibilityHint={_(msg`Views full image`)}
207207+ accessibilityRole="button"
207208 style={[
208209 a.w_full,
209210 a.rounded_md,
···226227 // alt here is what screen readers actually use
227228 accessibilityLabel={image.alt}
228229 accessibilityHint={_(msg`Views full image`)}
230230+ accessibilityRole="button"
229231 style={[a.h_full]}>
230232 {contents}
231233 </Pressable>