Samuel Newman
Samuel Newman
just a silly flexbox issue Before After
Layout animation on search input. also hides the drawer menu button when focused, to give more space to the input https://github.com/user-attachments/assets/10e825bb-6da6-440a-9a5c-df1e051e3421
- update to `@beta` - use `react-compiler-runtime` - enable the eslint rule (set to warn) A bunch of stuff breaks the rules (in particular Reanimated) so we'll have to use...
### Description RNGH's Pressable component handles large border radiuses strangely. The correct behaviour is to just round as much as possible and then stop, however RNGH's Pressable seems to make...
Using `contentOffset` causes invalid scroll events to fire when animated ScrollView is first mounted
### Description Hi there! This is related to an issue I just filed with React Native (https://github.com/facebook/react-native/issues/46748) but I thought I'd file one here too, since a) this is what...
We already have a refreshed verify email dialog, but we weren't using it for the daily reminder. This fixes that. - Uses the new dialog - Adds an extra step...
Idk what the consequences of this will be! Made this to test it
# Based on #5774 Lazy restyling of existing components. I'd like to come back to this and make some nice universal components, but that's a fairly big job I'll leave...
I changed the structure of `Dialog.Inner` around so padding works differently now. Unfortunately, `Dialog.InnerFlatList` tries to remove the horizontal padding, which then stopped working. This uses the correct prop to...