Adam Veldhousen

Results 3 issues of Adam Veldhousen

This should print :hankey: and :fu: emoji in my command line if supported. For funsies, try this in any sh prompt: ``` sh echo -e "Hello, \xF0\x9F\x8D\xBA" ``` [How to...

When using this with react-native, I kept getting 'Cannot access property 'hex' of undefined' and it turns out that `this` is undefined. A simple guard check helped it load correctly.