cnjon / react-native-pdf-view

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

return new instance in createViewInstance #55

Open Traviskn opened 7 years ago

Traviskn commented 7 years ago

fixes #39

Always returning a new view instance prevents crashing when multiple PDFViews are rendered.

thuey commented 7 years ago

@cnjon Any updates on this?