constelation / monorepo

Mono repo for constelation's Components, functions, and CONSTANTS
https://constelation.github.io/monorepo/
MIT License
12 stars 3 forks source link

Allows an Animated ScrollView to return the correct refNode #78

Closed mikehobi closed 7 years ago

mikehobi commented 7 years ago

Before it was returning the Animated node, and now it returns the ScrollView node

Taken from: https://github.com/constelation/monorepo/blob/master/packages/View/src/index.native.tsx#L257

closes #77