Skip to content

Commit

Permalink
Merge pull request #123 from Team-inglo/webappbridge-test
Browse files Browse the repository at this point in the history
feat: 웹앱 브릿지 구현
  • Loading branch information
MrMirror21 authored Nov 6, 2024
2 parents c82bcae + abee1ce commit 477e0b4
Show file tree
Hide file tree
Showing 11 changed files with 2,339 additions and 2,678 deletions.
5 changes: 5 additions & 0 deletions global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

declare interface Window {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
ReactNativeWebView: any;
}
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>Vite + React + TS</title>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"moment": "^2.30.1",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-kakao-maps-sdk": "^1.1.27",
"react-router-dom": "^6.27.0",
Expand Down
Loading

0 comments on commit 477e0b4

Please sign in to comment.