Skip to content

Commit

Permalink
Main 화면 진입 시 뒤로가기 기능 차단
Browse files Browse the repository at this point in the history
  • Loading branch information
boxak committed May 11, 2024
1 parent b573714 commit 770bfd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ const Main = () => {
setTimeout(() => {
setIsLoading(false);
}, 1500);

// Main 화면에 진입시 back 기능 차단
window.ReactNativeWebView.postMessage('enter_main');
}, []);

// 친구 목록 불러오기 api
Expand Down

0 comments on commit 770bfd8

Please sign in to comment.