cnjon / react-native-pdf-view

React Native PDF View
MIT License
405 stars 167 forks source link

Cannot read property 'string' of undefined #108

Closed mail200 closed 5 years ago

mail200 commented 5 years ago

The following is the version of environmental usage. "dependencies": { "react": "16.3.1", "react-native": "0.55.4", "react-native-fs": "^2.11.17", "react-native-pdf-view": "^0.3.2"

},

gradle-2.14.1-all.zip

import PDFVIEW from 'react-native-pdf-view';
The compiler passed normally, but the program ran wrong.

Please help solve it. Thank you. 20181121-114020

mail200 commented 5 years ago

#91 The problem has been solved.