Djalma Júnior

Results 6 comments of Djalma Júnior

So, where this is used: ![image](https://user-images.githubusercontent.com/1858147/76316092-bb0e4300-62b8-11ea-95d8-891e84869797.png) I thought it would be used for this kind of problem. Re-writting the code breaks the DRY for a simple thing. :/ Anyway, thanks...

Maybe ```js function curry(callback) { return function _curry(...args) { return args.length < callback.length ? _curry.bind(null, ...args) : callback(...args); }; } ```

Any news about it? 😁

A little bit later but... Just wrap the PinchZoomView component in a View with alignItems=justifyContent='center'