瀏覽代碼

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

Marco 6 年之前
父節點
當前提交
4947358a0a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

58
 ## Troubleshooting
58
 ## Troubleshooting
59
 
59
 
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
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
 ## Contributing
63
 ## Contributing
63
 
64