Open AhmSaeed opened 11 months ago
Here is a sample built with React Native CLI without NX It works smoothly with React Native v0.72.4 but with NX it fails with the above issue
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. Many things may have changed within this time. The issue may have already been fixed or it may not be relevant anymore. If at this point, this is still an issue, please respond with updated information. It will be closed in 21 days if no further activity occurs. Thanks for being a part of the Nx community! 🙏
Current Behavior
I updated my project NX version from v15.3.3 to v17.1.1 and the project is using a package called Adyen it was working fine with v15.3.3 but after updating NX it fails with Android with the following issue
Cannot get property 'adyenReactNativeRedirectScheme' on extra properties extension as it does not exist
I though at first it's an issue with React Native version itself as I updated React Native version from v0.70.6 to v0.72.4 so I decided to create a small demo project with React Native v0.72.4 and add Adyen to the project, after my trial I managed to get the project up and running without issues so I decided to create another project with NX v17.1.1 and voila! I can see the issue.
Expected Behavior
I could get Adyen package to work smoothly after NX update as it was working just fine with the old NX version.
GitHub Repo
https://github.com/AhmSaeed/happynrwl
Steps to Reproduce
npx nx run mobile:run-android
.Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response