Skip to content

Version Packages - #20

Merged
V3RON merged 1 commit into
mainfrom
changeset-release/main
Aug 31, 2026
Merged

Version Packages#20
V3RON merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

react-native-grab@1.1.3

Patch Changes

  • 10a173c: Remove deep imports from react-native. getDevServer and symbolicateStackTrace are now implemented locally on top of the public NativeModules export and Metro's symbolicate endpoint, so the deprecation warnings are gone and the library keeps working under the Strict API that React Native 0.87 enables by default.
  • d7c9ef5: Keep the grab controls out of the selection owner's shadow subtree, so elements can be grabbed again on iOS. The controls moved inside the owner view when they started rendering in the resolved owner's window, and on iOS they are hosted by FullWindowOverlay - a full-screen native node that takes no pointerEvents prop. findNodeAtPoint walks the owner's subtree and skips a node only when its pointerEvents makes it untargetable, so that overlay swallowed every hit test and resolved each grab to the owner itself. The controls are now a sibling of the registered view, which keeps them in the owner's window without shadowing its content.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 2e4cf7c to 077aead Compare August 31, 2026 15:42
@V3RON
V3RON merged commit 9734271 into main Aug 31, 2026
3 checks passed
@V3RON
V3RON deleted the changeset-release/main branch August 31, 2026 15:43
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