react-native-directed-scrollview icon indicating copy to clipboard operation
react-native-directed-scrollview copied to clipboard

Add create-react-class dependency.

Open chrisnovak opened this issue 7 years ago • 0 comments

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.

chrisnovak avatar Jan 16 '19 16:01 chrisnovak