-
Notifications
You must be signed in to change notification settings - Fork 7
Releases: callstackincubator/react-native-grab
Releases · callstackincubator/react-native-grab
v1.1.1
1.1.1
Patch Changes
- ba7c5d4: Fix misaligned grab highlights by mounting the overlay per screen, so grab lines up correctly with native tab layouts (e.g. bottom tabs).
- d029f4b: Grab labels now prefer meaningful component names from the owner stack (skipping generic
View/Textwrappers), so the menu shows titles like Text (in YourScreen) and the copied description preview matches. The selection menu title also scales down when the label is long so it stays readable.
❤️ Thank You
- Szymon Chmal @V3RON
Assets 2
v1.1.0
1.1.0
Minor Changes
- New control bar for grab overlay with improved actions and layout.
Patch Changes
- Grab screen now works without a navigation library by falling back to
useEffectwhen focus APIs are unavailable.
❤️ Thank You
- @malopezr7
- Szymon Chmal @V3RON
Assets 2
v1.0.0
1.0.0
Minor Changes
- Add support for custom grab context metadata via
ReactNativeGrabContextProviderand include captured context in copied element descriptions.
Patch Changes
- Fix missing component stack information when grabbing the same element repeatedly.
Assets 2
2 people reacted