Samuel Newman

Results 207 comments of Samuel Newman

> @pfrazee wanted to flag that @mozzius suggested using default locale (via [expo-localization](https://docs.expo.dev/versions/latest/sdk/localization/)) rather than English and is happy to open a PR! > > > > I'm a fan...

Ah ok looks like a very thin abstraction indeed - easy peasy

This can probably be closed thanks to https://github.com/bluesky-social/social-app/pull/979

> Did this happen to start recently (within the last few weeks)? Past week definitely for me (iOS) For reference, this is how I implemented it in Graysky, which I...

Ah my bad, I saw there was a `showBackButton` prop so I thought that that might've the intended behaviour

>Pressing the notification icon doesn't do the refresh animation properly For whatever reason, you can't declaratively show the platform refresh animation - hence the fake spinner. Even if you can't...

It's this issue: https://github.com/facebook/react-native/issues/28525 Weirdly enough, it doesn't happen when using useColorScheme from React Native directly - seems like the nativewind hook is slightly slow to update

I had this at the bottom of a very long thread on iOS too, I don't think it's Android-specific. I'll try and find the thread and replicate it

Not sure if this is the same bug as what the other person was sharing, but this is the thread: https://bsky.app/profile/mozzius.dev/post/3kjqgddalf22e https://github.com/bluesky-social/social-app/assets/10959775/4193e68c-840e-431a-8a0a-d2e50732e66d

This is because they're just filtered out on the clientside, and the API call to fetch the unread count can't tell whether or not the count includes posts that should...