corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

Is it possible to remove setting "User Header Search Paths" manually? #15

Closed peterprokop closed 9 years ago

peterprokop commented 9 years ago

It's very inconvenient if your project uses any kind of CI system (Travis or any other)

romanonthego commented 9 years ago

it's actually will brake the build. since project kept in npm modules he will probably will be under gitignore and will not keep search path config through commits. i've solve it by forking the repo, setting User Header Search Paths and reference my fork as source in package.json.

is there any reason to not set this config by default?

corymsmith commented 9 years ago

I just set this by default, thanks for the suggestion @romanonthego & @peterprokop