Kuriel

Results 34 comments of Kuriel

I'm getting error on ussing 2.0.4 + ReactNative TypeError: undefined is not an object (evaluating 'n.protocol') ![image](https://user-images.githubusercontent.com/17342546/53602981-e58dd200-3b75-11e9-8f22-e83921a1a1bf.png)

FIXED IT for me when i was adding host:port like next in debug mode: const socket = io("**//domain.com:port**", opts); // this works only in debug mode didn't worked in NO...

there are many causes of this error/bug, mine was only one of many.

Hi @bberak , thank you for your answer. with [Gamepad Controller System](https://github.com/bberak/react-native-game-engine-template/blob/master/src/game/systems/gamepad-controller.js), How i detect "up", "left", "down", "right" events? I just need to call dispatch("up") to fire event, but...

Still with problem `System has not been booted with systemd as init system (PID 1). Can't operate.` This problem can be solved on Ubuntu (no paid subsystem) with: https://github.com/DamionGans/ubuntu-wsl2-systemd-script But...

thank you, request sent. Regards.

Same problem here, current resize borders are over sized and has conflicts with internal UI of Apps, some apps works with icons so close to resize border, and some apps...

this should be a stackoverflow question, not a ticket, but i'll answer for help: ``` // inside render // outside render(){...} private _onCreditCardChanged = (result) => { console.log(result); }; ```...

![image](https://user-images.githubusercontent.com/34582073/47034257-779fbb80-d13c-11e8-9bfb-3c18ea1f44e3.png) Component allowing: - Invalid card number length - Invalid date values Returning valid: true