Results 4 comments of Caspar Fischer-Zernin

I have had this problem come up in a variety of places and 99% of the time the problem was that I was waiting for synchronous code. That is why...

@ryanhobsonsmith I played around with your examples and I would agree that there is a bug. `waitFor` seems to not play nice with timeouts, I had a similar issue with...

@thymikee [here is a repo](https://github.com/ccfz/without_await) with the example from @ryanhobsonsmith. It would be great if someone had a look.

Using @simongoot solution, **needsOffscreenAlphaCompositing** worked great. In case someone else has the problem with a `TouchableOpacity`, where `needsOffscreenAlphaCompositing` did not work for me. You can replace the `TouchableOpacity` with an...