Skip to content

RN 0.37.0: ScrollView "viewConfig" is not defined #70

@joncursi

Description

@joncursi

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

screen shot 2016-11-09 at 4 19 55 am

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions