Gerhard de Clercq

Results 6 comments of Gerhard de Clercq

@nizkp Unfortunately testing with the remote debugger is not an option in this case because that makes all JS execute remotely in Chrome instead of through React-Native's own runtime. What...

@pomerlef thanks I think the residual errors are indeed what I wanted. The example code is a bit strange though in that it seems that one has to force some...

This is actually an important feature, I have just run into a problem where the default role is getting a policy that is longer than what IAM supports and it...

@bd-arc I'll have to see about getting it integrated into the example but I can already give you the relevant code that I tested with yesterday: ``` let idx =...

@bd-arc I can definitely notify the carousel of exactly how many items I will be removing before, after or during the change. In this way it should be able to...

Not sure why I did not think of this earlier, but I think we just need to pass a unique key with each item in the list. When the carousel...