Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/plain-jokes-roll.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/pre.json

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @edwardloopez/react-native-coachmark

## 0.5.2

### Patch Changes

- [`1e18f04`](https://github.com/edwardloopez/react-native-coachmark/commit/1e18f04a7b07c90a4e421adb4bdea9afde6c1029) Thanks [@edwardloopez](https://github.com/edwardloopez)! - Fix Android vertical offset when using navigation buttons instead of gestures
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a discrepancy between the changelog entry and the PR description. The PR description references commit hash f1cf1fd and credits @christian-jayme for the fix, while this changelog entry references commit hash 1e18f04 and credits @edwardloopez. Additionally, the PR description provides more detailed context about the fix (Modal now uses statusBarTranslucent and screen dimensions on Android), which is missing from this changelog entry. The changelog should either reference the correct commit from PR #19 or provide consistent attribution and details.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to apply changes based on this feedback


## 0.5.2-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edwardloopez/react-native-coachmark",
"version": "0.5.2-beta.0",
"version": "0.5.2",
"description": "Beautiful, performant Coach Mark library for React Native with smooth animations, customizable tooltips, and TypeScript support. Create engaging product tours and onboarding experiences.",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
Expand Down