Only font assets are collected and linked using `react-native link`. All other files are ignored. ``` "rnpm": { "assets": [ "./someDir", "./anotherDir" ] } ``` The other files can be in the same directory as the fonts or other directory.