Matheus Paiva
Matheus Paiva
It seems a problem related with a dependency that `react-native-usbserial` needs. @cdesch could your share your OS specs?
Great @mhiley!!! If you could create a PR with the solution it would be very appreciated :tada:
>The change was in my project that uses your library as a dependency, not in your library itself, so I don't believe there is anything to pull request. Hmm got...
Hello @obeleh, When is this error happening (build, test, start)? Can you share your `index.android.js`?
@obeleh, The problem was being caused by a bad export in the library `index.js` file and it's already fixed! Could you please update to `[email protected]` and check if the problem...
@obeleh, Unfortunately, I couldn't simulate it :disappointed:. I ran the following code on a fresh project and everything worked just fine. Steps: ```sh $ react-native init rnUsbSerial $ yarn add...
Hmmm, this error is quite generic :thinking:. It's most likely to be a Pycharm error transpiling the javascript code. In order to run the snippet I've posted before I've used...
Opa acredito que seja possível sim. Mas será necessário alterar o installer.nsi.tpl, o que precisa de um pouco de pesquisa. Pull Request são bem vindos kkk :smile:
Ótima sugestão @brodock. Mas só para esclarecimentos, a divisão por tipo de serviço git é meramente visual visando a melhor organização dos projetos. Não existe ainda nenhuma integração desenvolvida com...
Why not. Kkkk :smile: But first I'd like add GitPie into a continuous integration using travis-ci for the build and pack tasks. Do you have some experience about that @IonicaBizau?