chore: upgrade tooling to RN 0.85, TypeScript 6, and bob 0.41#385
Merged
Conversation
eszlamczyk
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why?
This PR upgrades the library's dev toolchain to align with the current template and React Native 0.85.
What it does:
0.84.1→0.85.0, TypeScript5.9→6,react-native-builder-bob0.40.18→0.41.0, and related tooling (ESLint, commitlint, CLI, turbo, Prettier)apps/exampleon RN0.85.3(latest 0.85 patch); only bumps bob there and inapps/macos-exampleit.todoplaceholder; Maestro E2E already covers user-facing behavior@types/node,types: ["node"]in tsconfig, explicit typing inwithIosMath)Why it's needed:
yarn prepare/ codegen continues to work with the updated CLI and bob versionsNot in scope:
apps/web-example(still on RN0.84.1) andapps/macos-exampleRN version (still0.81.x) — only bob is bumped there for consistency with the monorepo build setupPR Checklist