- 두번째 매개변수 있으면 안드로이드에서 인식 못하는 이슈가 있음
// 웹은 postMessage를 보낼때 아래와 같이 보냄
window.postMessage(JSON.stringify(data), "*");
// ReactNative WebView에 postMessage를 보낼때는 아래와 같이 보내야 함,
ReactNativeWebView.postMessage(JSON.stringify(data));
'Grew from > Trouble Shooting' 카테고리의 다른 글
[android] 빌드시 Nullable에 빨간줄 그어질 때 (6) | 2020.07.24 |
---|---|
[RN] Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. (0) | 2020.07.21 |
[RN] ios에서 라이브러리 설치하고 안될시 (0) | 2020.07.07 |
[RN] Error Code: -1004 (0) | 2020.07.01 |
[RN] appregistry is not a registered callable module (0) | 2020.07.01 |