Open jaimemarijke opened 3 days ago
+1
This may not be a long term fix, but i did it like this just to get it work: package.json:
"overrides": {
"react-native-nfc-manager": {
"@expo/config-plugins": "^9.0.9"
}
},
Its works for me, have only tried with dev-build for android atm.
@AlexandraOlegovna please don't set it to 9.0.9 and up instead set it to '8 || 9' as some of us may still be on older versions of Expo.
I'm following instructions from the https://expo.dev/changelog/2024/11-12-sdk-52#testing-your-app-with-the-new-architecture and am blocked by an old dependency of
react-native-nfc-manager
.Using
npm why
to figure out whyconfig-plugins
is at 8.0.8, it's because ofreact-native-nfc-manager
: