Native Builder v1.0.142

0
Error when trying to build through Native Builder:   Error: @notifee/react-native is not a known dependency   This has only began after updating to v1.0.142 of the native builder. No other changes in terms of dependencies have been made within the project.    Has anyone else encountered this issue?  I have attempted deleting and recreating the config.json but this has not worked. This project worked 1 day ago for builds!    UPDATE Mendix Support have responded:   It appears that this issue is causing because of the latest version of the Native Builder UI (1.0.142). Our R&D team is working on a fix, and we will be releasing a new version soon.
asked
3 answers
2

Version 1.0.143 has been released, which fixes the issue.

answered
0

Hi Dylan Murphy

Yes, this is a known issue after the v1.0.142 update. The Native Builder now enforces stricter dependency checks, so even transitive packages like @notifee/react-nativemust be explicitly listed.

Quick fix:

  • Add @notifee/react-native directly to your project’s  package.json and run npm install

  • Rebuild with Native Builder again.

That should resolve the error.

If not you can try to download the latest mx builder :https://artifacts.rnd.mendix.com/native-builders/latest.exe then try to rebuild again

I hope it helps!!

answered
0

We got the same issue also. We will try, Gurumoorthy's answer.

answered