rnpm / rnpm-plugin-link

Allows linking dependencies to your React Native project
MIT License
31 stars 19 forks source link

Organize Link imports #91

Open sibelius opened 8 years ago

sibelius commented 8 years ago

The result of nrpm link should be the same every time we run it. Right now, every time I run it, it gaves me a different order version

Kureev commented 8 years ago

cc @grabbou

grabbou commented 8 years ago

Interesting, haven't had any issues with the order (I guess you are referring to android / ios module has been linked) ?

sibelius commented 8 years ago

Yeah, that's right, maybe we could link based on A-Z

sibelius commented 8 years ago

I think this tool could help https://github.com/truebit/xUnique

this post http://www.mokacoding.com/blog/xunique/ explains how it works

it could help on upgrades as well