react-nodegui
react-nodegui copied to clipboard
Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
Hello, First, thank you for creating this package! It's really nice. I'd like to create a submenu for one of my action items in my system tray. For example, I...
**Describe the bug** When using FileDialog I would like to handle the event when the user close the dialog through Cancel button or Alt-F4. Basically any way that is not...
**Describe the bug** When I import anything from `@nodegui/nodegui` I will get the error ``` ..../node_modules/@nodegui/react-nodegui/node_modules/@nodegui/nodegui/miniqt/5.14.1/gcc_64/lib/libQt5Core.so.5: version `Qt_5.15' not found (required by ..../dist/nodegui_core-6aa316f10e57404b8ac503739691401a.node) ``` although I have install qt5 on...
I believe not so is it at last possible to develop it on Apple Arm M1 and then easily just create binary and installer on windows machine ? Background: I...
Hello, I am getting the following error: ``` dlopen: Symbol not found in flat namespace code: 'ERR_DLOPEN_FAILED' ``` Steps to reproduce: ``` git clone https://github.com/nodegui/react-nodegui-starter cd react-nodegui-starter npm install npm...
**Describe the bug** well.. hot reload doesnt work **To Reproduce** Steps to reproduce the behavior: 1. get latest react-nodegui-starter 2. run `yarn (or npm) run dev` 3. also run `yarn...
> [email protected] start > qode ./dist/index.js The above error occurred in the component: in gridview (created by App) in mainwindow (created by App) in App Consider adding an error boundary...
appendChild(child: RNListItem): void { if (!this.layout) { this.setLayout(new FlexLayout()); } if (!(child instanceof RNListItem)) { throw new Error("Children of list should be of type ListItem"); } this.addItem(child); if (child.actualListItemWidget) {...
Added a section inside tutorial.md, which can help avoid a lot of time waste for new users.
It doesn't seem to support react third-party component libraries, such as "antd" and "semi", but I believe it will become more and more powerful.