0rich.com
[RN] 웹에서 웹뷰 앱으로 메세지 보내기
declare global { interface Window { naver: any; reactOpenlayers: any; ReactNativeWebView: any; }}window?.ReactNativeWebView?.postMessage( JSON.stringify({ type: 'iamport', data: imp_data, }), );
영리치