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
I recently updated my React Native application to Expo SDK 53, and I'm encountering a dependency conflict during the build process related to react-native-nfc-manager.
Here is the relevant part of the error:
npm ERR! While resolving: react-native-nfc-manager@3.16.1
npm ERR! Found: @expo/config-plugins@10.0.2
npm ERR! node_modules/@expo/config-plugins
npm ERR! @expo/config-plugins@"~10.0.0" from the root project
npm ERR! @expo/config-plugins@"~10.0.2" from expo@53.0.9
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional @expo/config-plugins@"8 || 9" from react-native-nfc-manager@3.16.1
From what I understand, the current version of react-native-nfc-manager only declares compatibility with @expo/config-plugins v8 or v9, while Expo SDK 53 requires v10.
Is there any plan to support @expo/config-plugins@10 in a future release?
Or is there a recommended workaround for using react-native-nfc-manager with Expo SDK 53?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I recently updated my React Native application to Expo SDK 53, and I'm encountering a dependency conflict during the build process related to react-native-nfc-manager.
Here is the relevant part of the error:
From what I understand, the current version of react-native-nfc-manager only declares compatibility with @expo/config-plugins v8 or v9, while Expo SDK 53 requires v10.
Is there any plan to support @expo/config-plugins@10 in a future release?
Or is there a recommended workaround for using react-native-nfc-manager with Expo SDK 53?
Thank you in advance for your help!
Best regards,
Gianfranco
Beta Was this translation helpful? Give feedback.
All reactions