Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

specify autocap (#8619)

authored by

Samuel Newman and committed by
GitHub
9adcf5a1 34291131

+3
+3
src/view/com/composer/text-input/TextInput.tsx
··· 249 249 multiline 250 250 scrollEnabled={false} 251 251 numberOfLines={2} 252 + // Note: should be the default value, but as of v1.104 253 + // it switched to "none" on Android 254 + autoCapitalize="sentences" 252 255 {...props} 253 256 style={[ 254 257 inputTextStyle,