I've been looking into PanResponder. My current working hypothesis is that I would detect if there are two touches that are moving outwards and if so, increase the element size in the onPanResponderMove
function.
This seems like a messy way to do it. Is there a smoother way?