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
'Programming > React Native' 카테고리의 다른 글
ANRs Using Multiline TextInput on Samsung Devices (0) | 2023.02.12 |
---|---|
react native - error: unable to lookup item 'Path' in SDK 'iphoneos' (0) | 2022.12.27 |
React Native - Could not find iPhone X simulator (0) | 2019.04.02 |