I'm trying to show the PDF files without using the network connection, So I thought to put that PDF files into an asset but the "react-native link" comment does not link the PDF files it's only linking the font file,I'm also tried with react-native-asset package but that is also gives the same result. Could you please give some idea about linking the PDF files into an asset. Thanks a lot!
"rnpm": { "assets": [ "./assets/fonts/", "./assets/pdf/" ] }