Sunhat/react-native-extra-dimensions-android

paths are too long for windows

Closed this issue · 0 comments

Hey there ,
using this package and files like :
\node_modules\react-native-extra-dimensions-android\android\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xxxhdpi\abc_ic_menu_copy_mtrl_am_alpha.png
are just too long. (given we don't want to force the devs to place the repository in a very short path)

we get annoying errors in android studio :
file path too long on windows keep below 240 characters

do you think it'll be possible to shorten stuff? we can start with the package name itself (right now it's : react-native-extra-dimensions-android which is 37 chars...

Thanks