In this link they solved it withs:
Platform.OS == 'ios' ? require('../path/FileName.pdf') : {uri:'bundle-assets://FileName.pdf'}
[https://github.com/wonday/react-native-pdf/issues/386]