React-native Webview 페이지의 "alert", "confirm" 창 타이틀 수정
2020-12-09 10:09:37
본 글에사 사용된 Source Code의 정보는 다음과 같습니다. $ node --version v14.15.1 $ npm --version 6.14.8 $ react-native --version react-native-cli: 2.0.1 react-native: 0.63.4 $ react-native-webview --version ^11.0.2 React-native를 사용해 하이브리드 앱을 제작할 때, 웹 페이지 내부에서 자바스크립트 기본 alert 이나 confirm을 사용할 때가 있다. 물론 React-native에서 Bridge를 사용하여 React-native에서 제공되는 Alert이나 Confirm을 사용할 수는 있으나 기존에 서비스 되고있는 페이지의 특성상 앱과 웹의 통신이 불가할 때,..