cesardeazevedo / react-native-collapsing-toolbar

react-native wrapper for android CollapsingToolbarLayout
MIT License
293 stars 33 forks source link

Support library versions are hardcoded #22

Closed mthahzan closed 5 years ago

mthahzan commented 5 years ago

The support library version (and design library version) is hardcoded. This forces the host project to use the same version.

compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:26.1.0'