Hopefully feature-complete Android Bluesky client written in Expo
atproto bluesky
3
fork

Configure Feed

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

Remove console.log from DynamicImage

SharpMars 6c251c9f 82a32747

-2
-2
src/components/DynamicImage.tsx
··· 7 7 export default function DynamicImage(props: DynamicImageProps) { 8 8 const image = useImage(props.source, {}); 9 9 10 - console.log(props.source); 11 - 12 10 props.style ??= {}; 13 11 14 12 if (image != null) {