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.

Display pronouns

SharpMars 7b8c8661 a95faaa9

+14
+14
src/app/(tabs)/_layout.tsx
··· 85 85 {"@" + item.post.author.handle} 86 86 </Text> 87 87 </View> 88 + {item.post.author.pronouns && ( 89 + <Text 90 + style={{ 91 + color: colorScheme === "light" ? "black" : "white", 92 + backgroundColor: theme[colorScheme!].elevation.level2, 93 + paddingVertical: 2, 94 + paddingHorizontal: 4, 95 + borderRadius: 4, 96 + alignSelf: "flex-start", 97 + }} 98 + > 99 + {item.post.author.pronouns} 100 + </Text> 101 + )} 88 102 {(item.post.record as AppBskyFeedPost.Main).text.trim().length > 0 && ( 89 103 <Text selectable style={{ fontSize: 16, color: colorScheme === "light" ? "black" : "white" }}> 90 104 {segmentize(