From f1190ce6815a32c15e4ce49e17c0aac450746d73 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Tue, 25 Aug 2026 01:34:30 +0100 Subject: [PATCH] Update tech stack versions and fix markdown in CLAUDE.md (#11530) Co-authored-by: Claude Opus 5 --- CLAUDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index fbe87d5287..d90cbf7cb3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -8,8 +8,8 @@ Bluesky Social is a cross-platform social media application built with React Nat **Tech Stack:** -- React 19.1 -- React Native 0.81 with Expo 54 +- React 19.2 +- React Native 0.86 with Expo 57 - TypeScript 7 - React Navigation 7 for routing - TanStack Query (React Query) for data fetching @@ -561,7 +561,7 @@ Only use `useMemo`/`useCallback` when you have a specific reason, such as: 1. **Accessibility**: Always provide `label` prop for interactive elements, use `accessibilityHint` where helpful -2. **Translations**: Wrap ALL user-facing strings with ` `l` `` or `` +2. **Translations**: Wrap ALL user-facing strings with the `` l`…` `` macro or the `` component 3. **Styling**: Combine static atoms with theme atoms, use platform utilities for platform-specific styles