Skip to content

feat: add React Native UIKit runtime primitives#46

Draft
DjDeveloperr wants to merge 43 commits into
refactorfrom
codex/rn-module-fabric-turbomodule-worklets
Draft

feat: add React Native UIKit runtime primitives#46
DjDeveloperr wants to merge 43 commits into
refactorfrom
codex/rn-module-fabric-turbomodule-worklets

Conversation

@DjDeveloperr

Copy link
Copy Markdown
Collaborator

Summary

  • adds generic React Native UIKit/Fabric/worklet runtime primitives used by the NativeScript React Native Screens port
  • isolates the RN Native API install from aggregate global symbols and adds callback lifetime policy for RN/worklet runtimes
  • adds UIKit host lifecycle, transaction, touch/hit-test, target/action, and Fabric layout-trait support with source tests and tracking docs

Companion work

  • React Native Screens fork branch pushed: DjDeveloperr/react-native-screens@nativescript (aa53b54)
  • Demo harness update lives in the non-git demo workspace: scripts/stress-react-nav-comprehensive.js

Verification

  • for f in packages/react-native/test/*.test.js; do node "$f" || exit 1; done
  • npm run check:ffi-boundaries
  • screens fork: node .yarn/releases/yarn-4.1.1.cjs test:unit (332/332)
  • screens fork: node .yarn/releases/yarn-4.1.1.cjs check-types
  • demo: npm run typecheck
  • git diff --check in runtime and screens fork
  • node --check scripts/stress-react-nav-first-tap.js
  • node --check scripts/stress-react-nav-comprehensive.js
  • simulator-only compact comprehensive sweeps passed on port and original dedicated sims

@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c2d7f270-1aed-480f-8086-74bff718b4bc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/rn-module-fabric-turbomodule-worklets

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant