Am I right in using ref={c => this.node = c && c.refs.node} on an Animated component to access the underlying node? I was unsure of the best way to do this. Apologies if this is documented somewhere, I couldn't seem to find anything. If not, I'd be happy to add proper docs wherever.