Open chrisnovak opened 5 years ago
create-react-class isn't specified as a dependency, so an older version might be used in some projects. This might lead to an error similar to this one. In our case, UNSAFE_componentWilMount was defined on ScrollView twice.
UNSAFE_componentWilMount
ScrollView
create-react-class isn't specified as a dependency, so an older version might be used in some projects. This might lead to an error similar to this one. In our case,
UNSAFE_componentWilMount
was defined onScrollView
twice.