소스 검색

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

Marco 5 년 전
부모
커밋
4947358a0a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      README.md

+ 1
- 0
README.md 파일 보기

@@ -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