Skip to content

v1.5.0

Compare
Choose a tag to compare
@grabbou grabbou released this 22 Jan 14:28
· 193 commits to master since this release

Features

rnpm unlink

It's a big week for rnpm-link! Today we are landing ability to unlink any library from your project. Love testing? Now you can easily swap & test libraries w/o worrying about your project settings.

Just run:

$ rnpm unlink react-native-blur

and see the magic happening!

PS. Unlinking reverts all changes made by link, that means git diff should produce no changes at all.

Better messages

We now not only print out informations when (un)linking starts, but also when it finishes, so that you no longer have to check if project has been linked manually.

Future improvements

Later this week we are planning to roll out a small fix to #21 bug which may cause some assets being dropped if multiple dependencies declare the same resources (e.g. two packages use fonts awesome and you unlink one of them). Since that's a really rare case, it's likely you are not going to be affected.

Upgrading

To upgrade, just reinstall rnpm with

npm install -g rnpm

and new rnpm-link package will be loaded automatically.