Install npm packages in Native Apps

0
Hi,   I´d like to integrate a native application with google analytics and there is a nice tutorial here that makes use of a npm package. Do you guys know which folder should I install these package to make sure that, when I create a javascript action, the package will be available? Maybe C:\Users\User\Documents\MendixProjectsFolder\Project\javascriptsource?
asked
1 answers
1

Have a look at this howto, it will tell you how to use JavaScript from a node package:

https://docs.mendix.com/howto8/extensibility/create-native-javascript-action

answered