[EXPO] 리엑트 네이티브 WebView(웹뷰) 문서


[EXPO] 리엑트 네이티브 WebView(웹뷰) 문서

WebView WebView - Expo Documentation Hey, friend! We are co-hosting a conference with Software Mansion . Learn more here . WebView WebView renders web content in a native view. import React , { Component } from 'react' ; import { WebView } from 'react-native' ; class MyWeb extends Component { render ( ) { return ( < WebView sou... docs.expo.io source WebView에서 정적 HTML 또는 URI (선택적 헤더 포함)를로드합니다. 정적 HTML은 originWhitelist 를 ["*"] 로 설정해야합니다. source 전달 된 객체는 다음 모양 중 하나를 가질 수 있습니다. 로드 uri uri (string) ...



원문링크 : [EXPO] 리엑트 네이티브 WebView(웹뷰) 문서