Samuel Newman
31d100bb14
fix android crash in chat keyboard scroll
...
guard against a null view tag when keyboard-controller's
useExtraContentPadding flushes its deferred scrollTo. the rAF callback can
fire after the ScrollView detaches (navigating away, list re-creating its
scroll component), at which point scrollViewRef() is null. on the old arch
reanimated's scrollTo passes that null to the native _scrollToPaper
HostFunction, which throws "Value is null, expected a number".
re-check the ref inside the rAF before scrolling.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-01 16:52:09 +03:00
Samuel Newman
9e275d3898
[pnpm] Use latest pnpm ( #10585 )
2026-06-01 05:35:37 -07:00
Samuel Newman
bac06bdf23
Switch sonner-native patch to target ESM source ( #10668 )
2026-05-31 13:45:28 -07:00
DS Boyce
a892b3dcc9
Remove hard-coded chat member limit ( #10625 )
2026-05-27 10:50:19 +03:00
Samuel Newman
8720ef72ce
Bump RNKC ( #10617 )
2026-05-26 10:15:51 -07:00
Samuel Newman
3552c26449
[pnpm] Set trustPolicy to no-downgrade ( #10570 )
2026-05-25 16:31:30 -05:00
Samuel Newman
98cdeef5b2
Remove FontAwesome ( #10528 )
...
Co-authored-by: Eric Bailey <git@esb.lol >
2026-05-25 16:29:46 -05:00
Samuel Newman
c1f42ef877
Fix image cropping not saving on iOS ( #10404 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 04:22:39 -07:00
Samuel Newman
bf7633b794
Fix status bars not showing ( #10605 )
2026-05-25 04:09:28 -07:00
Spence Pope
5db37729bb
[APP-2160] Build new standard.site link card UI ( #10468 )
...
Co-authored-by: vineyardbovines <spencer@thepope.dev >
Co-authored-by: Eric Bailey <git@esb.lol >
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-22 17:36:06 -05:00
Samuel Newman
c21c031e74
[pnpm] Attempt to remove eas-cli from devDeps ( #10589 )
2026-05-22 09:17:12 -07:00
Samuel Newman
2f4049e6e0
Bump atproto to latest ( #10586 )
2026-05-22 00:25:25 -07:00
Samuel Newman
6fd81fe5dc
ESM atproto packages ( #10543 )
2026-05-21 16:41:04 -05:00
Samuel Newman
3d4ba946b3
[pnpm] Fix CI attempt 5 ( #10567 )
2026-05-20 09:33:02 -07:00
Samuel Newman
4908816253
[pnpm] Fix CI attempt 4 ( #10565 )
2026-05-20 08:58:55 -07:00
Eric Bailey
2cee865f4a
Update husky ( #10549 )
2026-05-19 09:57:11 -05:00
Samuel Newman
683ae7610f
[pnpm] Install node version via devEngines.runtime ( #10503 )
2026-05-19 07:37:55 -07:00
dependabot[bot]
8e8dc7561f
Bump ws from 8.20.0 to 8.20.1 ( #10537 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-19 03:27:52 -07:00
DS Boyce
af6041d7bc
Fix CI attempt 3 ( #10538 )
2026-05-19 08:23:18 +03:00
DS Boyce
52342f1cda
Fix pnpm lockfile integrity check ( #10529 )
2026-05-18 13:52:43 -07:00
Samuel Newman
ff731849b0
Migrate from Yarn 1 to pnpm ( #10465 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: Eric Bailey <git@esb.lol >
2026-05-18 09:51:04 -07:00