Atul R
Atul R
Hi @phungthelam1996 can you raise a pr for this?
Hi @matrunchyk I have fixed the example code. I had to add an extra `View` component . The extra View is needed since React's reconciler tries to add a view...
It should be possibe to build for linux using docker. But I am not sure if you have docker images for windows ? @gino8080
Interesting approach actually (using wine to build windows binaries). I ll take a look when I can. Thanks for letting me know.
Interesting. This shouldnt happen since we pack all the necessary dlls. Maybe we are missing something ? Will take a look at this when I clear some more backlog. Thanks...
Hi, Could you provide more logs ? Also can I take a look at the project code somewhere ? @nguyennk
Thanks i ll take a look and report back during this weekend (kindof swamped with work this week)
Hey @MvRens The native addon loader just copies all `*.node` files it encounters which is the standard extension for all nodejs native modules. They are basically renamed versions of `.dll`,...
can you check if cmake is in the `PATH`. Try running cmake independently on the same terminal.
No clue actually, but I am guessing you can try deleting the node modules and do a complete reinstall ?