LaGregance
LaGregance
Still have the same issues one year later. Is there some news about this ?
> thanks for saving the day @mudgen! For future readers looking for the quickest way to get things workinng before #1370 is merged, my ugly approach was to just add...
Hi, is there any news for theses implementations ?
Nice to know, thanks !
Hi, It's the same for me, anyone have some news ? ``` reactotron-react-native : 5.0.0 Reactotron desktop : 3.0.0-beta.9 ```
Same error for me
Hi, same for me, I don't need to ask user for country and zip, any solution ? Another solution is to use CardField but as far I know we cannot...
I have the same issue, any solution ?
Regarding of this: https://docs.nodegui.org/docs/guides/getting-started#using-your-own-custom-qt-installation-optional It should not work since there are no binaries from Qt for M1 yet... So it's mandatory to build Qt ourself...
Indeed, using only the following works: ```bash gcl https://github.com/nodegui/nodegui.git cd nodegui npm install npm run build ``` I will make a PR when I had the time.