* origin/main:
[APP-1767] Live event feeds (#9696)
Improved client events for feed interactions (#9695)
Reduce startup hang by not querying fonts (#9670)
pin AsyncStorage to v2.2.0 (#9656)
Add comprehensive CLAUDE.md development guide (#9666)
Nightly source-language update
Expose QueryClient for TanStack Query DevTools browser extension (#9678)
Do not render links if uri is invalid (#9663)
Standardize metadata for client events in feeds (#9653)
Set up conductor.json with yarn install and web server configuration (#9676)
Nightly source-language update
Cleaner sidebar layout (#9603)
Set Claude model to Opus (#9672)
Delete claude-code-review.yml (#9671)
[APP-1750] Add the ability to report livestreams (#9654)
Add Claude Code GitHub Workflow (#9667)
Nightly source-language update
* Add comprehensive CLAUDE.md development guide
Document the codebase architecture, styling system (ALF), component patterns
(Dialog, Menu, Button), i18n with Lingui, state management with TanStack Query,
and navigation patterns to help Claude work effectively in this codebase.
* Add footguns section to CLAUDE.md
Document critical pitfalls including:
- Dialog close callback pattern (control.close(() => ...)) for avoiding
race conditions with navigation, state updates, and opening other dialogs
- Controlled vs uncontrolled input guidance
- Platform-specific component behavior differences
* Add React Compiler note to footguns section
Document that useMemo/useCallback are unnecessary since React Compiler
handles memoization automatically. Only use them for specific cases like
effect dependencies or non-React library interop.
---------
Co-authored-by: Claude <noreply@anthropic.com>
Add conductor setup and run scripts that install dependencies and start the dev server with a dynamically allocated port.
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
* origin/main:
[AAv2] Improve minimum age handling (#9650)
Handle AA config failure (#9660)
Fix full-screen back gesture over PagerView on iOS 26 (#9659)
Bump version to v1.114 (#9661)
Unify build concurrency to one build per platform (#9655)
Patches react-native-pager-view to handle iOS 26's
interactiveContentPopGestureRecognizer, using the same logic that
already exists for RNSPanGestureRecognizer: on the leftmost page,
disable the scrollview's pan gesture to let the back gesture through.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Configure concurrency groups so only one iOS build and one Android build
can run at a time across all workflows. This prevents manual builds from
conflicting with automatic builds triggered by fingerprint changes.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>