Skip to content

Commit

Permalink
fix: swift와 통신을 위한 pluspage 함수 수정
Browse files Browse the repository at this point in the history
fix: swift와 통신을 위한 pluspage 함수 수정
  • Loading branch information
urimeee authored Dec 29, 2024
2 parents 2b3c5f1 + 8295c6c commit 25306f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/PlusPage/PlusPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const PlusPage = () => {
setUserInfo(info);
console.log('Received user info : ', info);
alert(`네이티브 통신 성공! 받은 데이터: ${JSON.stringify(info)}`);
return info;
return 'success';
};
}, []);

Expand Down

0 comments on commit 25306f6

Please sign in to comment.