You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, while upgrading to version 3 by following this guide, I faced this error: Error: https://registry.yarnpkg.com/@react-native-menu: Request "https://registry.yarnpkg.com/@react-native-menu" returned a 405
And I saw the typo in the package name that was causing this error
Hi, while upgrading to version 3 by following this guide, I faced this error:
Error: https://registry.yarnpkg.com/@react-native-menu: Request "https://registry.yarnpkg.com/@react-native-menu" returned a 405
And I saw the typo in the package name that was causing this error
I think you forgot to add
/menu
:yarn add @[email protected]
->yarn add @react-native-menu/[email protected]
Thanks!
The text was updated successfully, but these errors were encountered: