Skip to content

Upgrade RN#28

Open
oleksandrkaDev wants to merge 8 commits intomainfrom
update-rn
Open

Upgrade RN#28
oleksandrkaDev wants to merge 8 commits intomainfrom
update-rn

Conversation

@oleksandrkaDev
Copy link
Copy Markdown
Contributor

Problem

The old version of the component not work with the new version of React Native

Solution

Upgrade fallen libs

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR upgrades the component to be compatible with the latest React Native by bumping core library versions, adding necessary peer dependencies, and switching some packages to updated forks.

  • Bumps package version to 2.0.6
  • Adds peerDependencies for React, React-DOM, and React Native WebView
  • Upgrades React, React-DOM, react-art, @adalo/cli, and swaps in GitHub-forked packages for key dependencies
Comments suppressed due to low confidence (1)

package.json:52

  • The react-art package may not have a published 18.2.0 version. Please verify that this exact version exists or adjust to a valid semver range (e.g., ^18.2.0) or the correct package version.
    "react-art": "18.2.0",

"react": "18.2.0",
"react-art": "18.2.0",
"react-dom": "18.2.0",
"react-native-web": "AdaloHQ/react-native-web"
Copy link

Copilot AI Jul 7, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider pinning the GitHub dependency to a specific tag or commit SHA to ensure consistent installs and avoid breaking changes from the default branch.

Suggested change
"react-native-web": "AdaloHQ/react-native-web"
"react-native-web": "AdaloHQ/react-native-web#<commit-sha>"

Copilot uses AI. Check for mistakes.
"react-native-swift": "^1.2.3",
"react-native-track-player": "4.1.1",
"react-native-vector-icons": "^6.6.0",
"react-native-track-player": "github:puckey/react-native-track-player#feature/update-react-native",
Copy link

Copilot AI Jul 7, 2025

Choose a reason for hiding this comment

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

[nitpick] Lock this fork reference to a commit SHA or tagged release instead of a branch to prevent unintended updates when the branch is modified.

Suggested change
"react-native-track-player": "github:puckey/react-native-track-player#feature/update-react-native",
"react-native-track-player": "github:puckey/react-native-track-player#<commit-sha-or-tag>",

Copilot uses AI. Check for mistakes.
* Fix unworking audio plater stoping track

* Bump version to 2.1.1
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.

4 participants