Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Get the composer into a passable visual state on android when the keyboard is open

+2
+2
src/view/com/composer/ComposePost.tsx
··· 342 342 const styles = StyleSheet.create({ 343 343 outer: { 344 344 flexDirection: 'column', 345 + flex: 1, 345 346 backgroundColor: '#fff', 346 347 padding: 15, 348 + paddingBottom: Platform.OS === 'ios' ? 0 : 50, 347 349 height: '100%', 348 350 }, 349 351 topbar: {