Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix: new post doesnt open images selector

+1 -1
+1 -1
src/view/com/posts/PromptButtons.tsx
··· 13 13 <View style={[pal.view, pal.border, styles.container]}> 14 14 <TouchableOpacity 15 15 testID="composePromptButton" 16 - onPress={() => onPressCompose(true)} 16 + onPress={() => onPressCompose(false)} 17 17 style={[styles.btn, {backgroundColor: pal.colors.backgroundLight}]}> 18 18 <Text type="button" style={pal.text}> 19 19 New post