Results 15 comments of Jaime Agudo

Thanks to you for sharing!. I'd be more than happy but I have no Ruby experience, I actually was too eager to try to use it lol.

Cannot resolve 3.2.x version atm :\ at clojars.org, any alternatives there guys? I saw https://jitpack.io is stuck at 3.1 Cannot get any version from anywhere, sorry for bothering, would you...

Same on `1.48.0`, it sadly seems like abandonware to me 😢

Another implementation with less to be learned by newcomers, just using allow the regular clickListener on your view to work https://github.com/flschweiger/SwipeStack/pull/47/files. Btw if reviews usually take this long I will...

Check this @Naoto-Ida https://github.com/jaimeagudo/react-native-inviewport

I suggest to use dynamic dns for these machines if possible or, a local trick, dynamically change your hosts file with any script

In my case I had to add `export NODE_BINARY=$(command -v node)\n` to the PODS build phases script tail, `.xcode.env` seemed to make no difference ```bash shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\"...

Apparently this is caused by `nvm` A less invasive workaround (that breaks nvm): `ln -s $(which node) /usr/local/bin/node`