David Alexander Bjerremose

Results 14 comments of David Alexander Bjerremose

The problem becomes when you want to write actual payloads with BLE, seeing as characteristics are NOT made to tolerate byte streams.

Hi @kunalailani, if only scaling and not responding to pan and drag events are in your interest, I think using this module is overkill. Otherwise, you'd have to be a...

Hm, but you are also scaling it with touches? If so, we'd need to provide functionality to override the pinchStyles somehow. If not, you could simply disable scaling on the...

Leaving a snippet of how you're using it with both the import statement and your code might leave us with a better idea of how to help you.

@eyala-stratoscale Are you using an iOS emulator or Android? I cannot what so ever reproduce this.

@mpiechocki Understandable that you guys will not be able to promise anything. Could this be considered grounds to move the project to the @abandonware organisation, so that the community may...

Same issue here. This essentially makes aphrodite unusable for my current project, which is sad. I'll dig more into some render calls to see what we can do about it.

I've got a barebones version working that I will PR soon @adamrneary. I just need to update some documentation for the new methods. EDIT: I haven't solved the hydration problem...

@adamrneary @zaklampert @14850842 [This PR aims to solve the basic issue](https://github.com/Khan/aphrodite/pull/342). A better solution would presumably be to extend more of the existing interface to respect server-side rendering, but this...