react-native-doc-viewer icon indicating copy to clipboard operation
react-native-doc-viewer copied to clipboard

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

Open ShivamKJJW opened this issue 5 years ago • 1 comments

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.

ShivamKJJW avatar Nov 11 '19 07:11 ShivamKJJW

Duplicate of #133

LucasMonteiro1 avatar Nov 11 '19 18:11 LucasMonteiro1