Programming/React Native

React Native webview Localhost

c29130811 2019. 2. 17. 01:19

React Native Webview 개발 중, emulator에 LocalHost에 띄워놓은 웹 서버를 연결하는 방법.


<WebView
style={{flex:1}}
source={{uri: 'https://0.0.0.0:9003'}}
javaScriptEnabled={true}
domStorageEnabled={true} />



터미널을 켜고 adb reverse 명령어를 입력.



Last login: Sun Sep 30 21:08:19 on ttys001

 junho@junhoui-MacBook-Pro$  adb reverse tcp:9003 tcp:9003




728x90