Open uendar opened 5 years ago
I have same problem. Any Solution?
i also have the same issue please suggest any solution.Thanks in advance.
I am using react-native 0.60.2 react:16.8.6 react-native-doc-viewer: ^2.7.8
@uendar @aybarsyalcin @tushartakamol did you fix this issue? how?
because react native discontinued webview to https://github.com/react-native-community/react-native-webview . it seriously needs to be updated even react-native-fetch-blob with rn-fetch-blob
@uendar, sorry to spam your thread: Did you ever fix this issue you posted in June? I've got the same thing.
@monicse09ku I still did not found any solution for this issue .I started using below repo for my project. File Viewer
@tushartakamol I degraded the react native version to 0.59.10 :( that fixed my issue.
@uendar @monicse09ku Anyone found another solution to this?
The deprecated class com.facebook.react.views.webview is not actually being used. It is just a redundant import. Could be fixed by removing the import in node_modules/react-native-doc-viewer/android/src/main/java/com/reactlibrary/RNReactNativeDocViewerModule.java
Remove the ununsed import:
import com.facebook.react.views.webview.ReactWebViewManager;
Fixed in PR #133
I just created my own repo.
The deprecated class com.facebook.react.views.webview is not actually being used. It is just a redundant import. Could be fixed by removing the import in
node_modules/react-native-doc-viewer/android/src/main/java/com/reactlibrary/RNReactNativeDocViewerModule.java
Remove the ununsed import:
import com.facebook.react.views.webview.ReactWebViewManager;
This solved it for me
when i run :
react-native run-android
i get error:Any one did resolve this ?
I am using react-native 0.60.3 react:16.8.6