Kenny Meyer

Results 22 comments of Kenny Meyer

bumping this one, would also love to see that.

I'm having the same issue with functional components. I was able to get this working with hooks, by using the following syntax: ``` (scrollView.current = ref)} ``` instead of ```...

Cuando corro `sudo make` me tira ese error - vos sabes cual librería usar en vez de `linux/if.h` para OS X? ``` + glibtoolize + aclocal -I m4 + autoconf...

Looks kind of not-maintained. Maybe I can come up with something better, give me until this weekend. I've got it running on my VPS in the mean-time.

> After googling around i guess Mac does not have if_tun.h in /usr/include/net/, so I'm stuck here. > Maybe someone should just rewrite tun.cpp and tun.c for Mac ... That's...

Running into the exact same problem - any updates?

We've found a workaround for android, by setting the opacity of the element via a timeout of 50ms. ``` this.state.gradientColor = '#ffffff' ``` and a setTimeout which does the following:...