1. 설치 (RN ≥ 0.60 이상 기준 - 별도 링킹 필요없음)
모듈 설치
$ yarn add react-native-webview or $ npm install --save react-native-webview
ios 설정
# CocoaPods를 쓰고 있다면 필수 (ios) $ npx pod-install
android 설정
# react-native-webview version 6 미만이라면 link하면 끝인데, # react-native-webview version 6 이상이라면 AndroidX enable 해야함. # android/gradle.properties 파일 열어서 아래 2줄 추가 android.useAndroidX=true android.enableJetifier=true