Skip to content

React Native 0.85

Latest

Choose a tag to compare

@jpdriver jpdriver released this 30 Jun 17:46
  • React Native 0.85
  • Expo SDK 56

Release Notes

  • 🚨requires Ruby 3.2.10+
  • 🚨requires Xcode 26.4+
  • 🚨requires Node.js 22.22.1+
  • first-class support for agentic coding using Claude, Codex, or Copilot
    • AGENTS.md + symlinks for CLAUDE.md and .github/copilot-instructions.md
    • includes skills from expo/skills, callstackincubator/agent-skills, vercel-labs/agent-skills
    • includes MCP servers for Expo, Figma, and GitHub
    • includes official Expo plugin for Claude
  • includes starter set of ADRs in docs/adr
  • includes Expo Router
  • sample app update from "Todo List" ➡️ Feed + Article
  • Husky + precommit hook
  • updated ESLint config
    • don't allow disabling of react-hooks/exhaustive-deps
    • prefer named exports
    • alphabetize imports
  • Storybook
    • moved stories from src/**/* into .rnstorybook/stories
  • Debugging config for VS Code
  • unlocked orientation in app.json for landscape support