feat: add React Native UIKit runtime primitives by DjDeveloperr · Pull Request #46 · NativeScript/napi-ios · GitHub
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

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