Browse Source

chore(readme): update in regards to #101 (#336)

Marco 5 years ago
parent
commit
4947358a0a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -58,6 +58,7 @@ Simply install React Native WebView and then use it in place of the core WebView
58 58
 ## Troubleshooting
59 59
 
60 60
 - If you're getting `Invariant Violation: Native component for "RNCWKWebView does not exist"` it likely means you forgot to run `react-native link` or there was some error with the linking process
61
+- There's a [problem](https://stackoverflow.com/questions/52872045/rendering-webview-on-android-device-overlaps-previous-siblings-from-same-parent) on some Android devices where the webview could overlap previous siblings from same parent. To fix this, wrap the WebView in a View with style `overflow: hidden`.
61 62
 
62 63
 ## Contributing
63 64