React-native, Webview, js interface
- React-native 를 통해 웹뷰와 javascript interface에 대해 알아보도록 하겠습니다.
React-native 설치 및 실행
React-native-webview 설치
Webview 용 페이지 작성하기
- create-react-app을 통해 react app project를 만듭니다.
- react-native app에 webview 작성하기
- 아래와 같이 react-native-app에 cra를 통해 띄운 웹페이지가 뜨는 것을 볼 수 있습니다.
출처:
- https://reactnative.dev/docs/environment-setup
- https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md
git example :
- https://github.com/JongHyuckLee/webviewWhitRNAndCra