chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

Add create-react-class dependency. #53

Open chrisnovak opened 5 years ago

chrisnovak commented 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.