Dev. Blog isprometheo의 좌충우돌 개발 블로그
Posts with the tag webview:

[React Native] Webview 사용

react-native-webview를 사용할 때 gradle.properties에 다음을 추가해야 한다. android.useAndroidX=true android.enableJetifier=true 추가한 후에 빌드할 때 react-native-admob에서 빌드 실패가 나는 경우가 발생한다. >