Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix: taps on images in the composer now register even when input is focused

+1
+1
src/view/com/composer/PhotoCarouselPicker.tsx
··· 125 125 testID="photoCarouselPickerView" 126 126 horizontal 127 127 style={[pal.view, styles.photosContainer]} 128 + keyboardShouldPersistTaps="always" 128 129 showsHorizontalScrollIndicator={false}> 129 130 <TouchableOpacity 130 131 testID="openCameraButton"