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.

Fix tab indicator on profile not updating its vertical position

SharpMars 6c192a7f 159a043f

+1 -1
+1 -1
src/app/(authenticated)/(feed,profile,notifications,search)/profile/[userId].tsx
··· 203 203 } 204 204 205 205 return { top: -50 }; 206 - }); 206 + }, [profileQuery.data]); 207 207 208 208 return ( 209 209 <View style={{ backgroundColor: theme[colorScheme].background, height: "100%", maxHeight: "100%" }}>