Skip to content

Conversation

@jokerttu
Copy link
Contributor

Fixes #58

Fixes ENOVERSION error that was causes by mistyped peerdependency:

npm error code ENOVERSIONS
npm error No versions available for react-native-navigation-sdk

The error was caused by an incorrect peerDependency on react-native-navigation-sdk.
Since this package already includes @googlemaps/react-native-navigation-sdk as a direct dependency, the peer dependency was also redundant.

This PR removes the unnecessary peer dependency. It also updates the README.md with corrected instructions for installing the package from GitHub via Yarn.

  • Tests pass
  • Appropriate changes to documentation are included in the PR

@jokerttu

This comment was marked as outdated.

@jokerttu jokerttu requested a review from caio1985 August 28, 2025 18:10
@caio1985 caio1985 merged commit 21c29f1 into main Aug 28, 2025
12 checks passed
@jokerttu jokerttu deleted the fix/mistyped-peer-dependency branch August 28, 2025 18:26
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.

peerDependency uses unscoped "react-native-navigation-sdk"

3 participants