Hi! I just upgraded to RN 0.37.0 and got this error when I booted up my app:

I searched all of my javascript for any instances of viewConfig and couldn't find any, so this seems to be an issue inside this library, particularly the animation prop on ScrollView.
const ScrollView = createAnimatableComponent(ReactNative.ScrollView);
<ScrollView
animation="fadeIn"
...
/>
Reference: react/react-native#10825
Hi! I just upgraded to RN 0.37.0 and got this error when I booted up my app:
I searched all of my javascript for any instances of
viewConfigand couldn't find any, so this seems to be an issue inside this library, particularly theanimationprop on ScrollView.Reference: react/react-native#10825