naviapps / create-nw-react-app

Create NW.js React apps with no build configuration.
MIT License
144 stars 14 forks source link

Native modules usage #39

Closed HZSamir closed 4 years ago

HZSamir commented 4 years ago

Hello, I am having trouble using native modules in this project. Following the guilde available here didn't help. I tried using node-loader and a number of other solutions to no avail. Could you please showcase an example using a native module? Something like keytar or robotjs? Thank you very much.

HZSamir commented 4 years ago

I found the solution to this literally 5mn after posting Basically require native modules in the context of nwjs like so

const keytar = nw.require("keytar");