react-native-doc-viewer
react-native-doc-viewer copied to clipboard
Unnecessary import of `ReactWebViewManager`. It's removed from React package from 0.60 onwards
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.
Duplicate of #133