Naseebullah Ahmadi

Results 13 comments of Naseebullah Ahmadi

Thank you @phacks. I will give it a go at it shortly, and close this ticket once it works 🙏🏻

Hi there! 👋🏻 Any update on this?

I'm wondering the same. Is there like a function where u check based on the gesture, whether it's from left or right?

@Infinity0106 Could you please assist me on this. I see one of my issues is something never asked before.

Hi there - It's been more than a year and I'd like an update on the status of this issue? @hipstersmoothie @jackw FYI, we're not using yarn workspaces, but rather...

Thank you. I may have lived under the rock and had no idea that Lerna 6 has been out. Will have a read on their doc. Thank you 🙏

Ok, I so inserted console.log() in transformers.js just before the switch statement: ```js try { console.log(extension); switch (extension) { case '.js': case '.jsx': result = babelTransformer(src, filename); break; default: result...

Ah I see, It's OK. I'm kind of desperate at the moment, is there any tutorial on how to do it directly in android in the background thread? @aschrijver

As in, what framework might you be using to host the nodejs in Android? and how do you link your nodejs in android to your react native? I'd really appreciate...

This is such a big problem, because the reason why I need nodejs (or if there is an alternative) is so that I can be able to transfer data from...