RN webview 관련 문의

react native서 webview서 brand sdk.
"ReactNative_-Tosspayments.pdf"
brandpay-sample/quickstart 서 node
.


<WebView
useWebkit
onShouldStartLoadWithRequest={onShouldStartLoadWithRequest}
style={{ flex: 1 }}
javaScriptEnabled={true}
originWhitelist={["*"]}
source={{ uri: 'http://localhost:3000/checkout' }}
/>


1. ...
2. Webview제 URL은 brandpay-sample(https://github.com/tosspayments/brandpay-sample)을 ...

react native...
Screen_Shot_2023-01-31_at_12.43.07_PM.png
Was this page helpful?