philipphecht / react-native-doc-viewer

React Native Doc Viewer (Supports file formats: xls,ppt,doc,xlsx,pptx,csv,docx,png,jpg,pdf,xml,binary ...)
MIT License
94 stars 116 forks source link

Unnecessary import of `ReactWebViewManager`. It's removed from React package from 0.60 onwards #148

Open ShivamKJJW opened 5 years ago

ShivamKJJW commented 5 years ago

Makes it hard to compile the android app with RN > 0.60 as jetify doesn't remove unnecessary import and ReactWebViewManager is no more available inside the core react package instead it has been moved to react-native-community.

LucasMonteiro1 commented 5 years ago

Duplicate of #133