Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency version for @expo/config-plugins #695

Open
lawnguyen opened this issue Jan 22, 2024 · 4 comments
Open

Update dependency version for @expo/config-plugins #695

lawnguyen opened this issue Jan 22, 2024 · 4 comments

Comments

@lawnguyen
Copy link

Need to update to support @expo/config-plugins:"~7.8.0".

@RonakDoshiTMI
Copy link

+1

Screenshot 2024-01-26 at 2 42 49 PM

@hezzze
Copy link

hezzze commented Feb 27, 2024

+1

image

@nfuenmamelt
Copy link

any solutions for this

@skiqh
Copy link

skiqh commented Apr 3, 2024

any solutions for this

Until the respective PR is merged or another solution is integrated, add this to your package.json (source):

{
  "name": "your-package",
  ...
  "resolutions": {
    "@expo/config-plugins": "~7.8.0"
  },
}

You probably need to uninstall and install react-native-nfc-manager again.

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

No branches or pull requests

5 participants