고태형
고태형
react native v1 SDK를 사용중에 있습니다.
넵!
23 replies
react native v1 SDK를 사용중에 있습니다.
혹시 daumPostCode Api와 같은 외부 웹뷰 종속성 패키지들과 충돌로 인한 문제가 발생할 수 있을까요?
23 replies
react native v1 SDK를 사용중에 있습니다.
샘플에서는 동일한 문제가 발생하지 않는 것으로 보입니다!
23 replies
react native v1 SDK를 사용중에 있습니다.
현재 샘플 다시 한번 구동해보겠습니다!
23 replies
react native v1 SDK를 사용중에 있습니다.
네!
23 replies
react native v1 SDK를 사용중에 있습니다.
네!
23 replies
react native v1 SDK를 사용중에 있습니다.
onLoadEnd 부분은 올바르게 호출이 이루어지고있습니다!
23 replies
react native v1 SDK를 사용중에 있습니다.
No description
23 replies
react native v1 SDK를 사용중에 있습니다.
조금 트래킹을 해본결과, android에서는
onLoadEnd={() => {
paymentWidgetControl
.renderAgreement('agreement', {
variantKey: 'DEFAULT',
})
.then(control => {
setAgreementWidgetControl(control);
});
}}
onLoadEnd={() => {
paymentWidgetControl
.renderAgreement('agreement', {
variantKey: 'DEFAULT',
})
.then(control => {
setAgreementWidgetControl(control);
});
}}
이 부분에서, then 부분이 호출되지 않고 있습니다.
23 replies