Skip to content

DOCKin-project/Dockin-webview-app

Repository files navigation

Dockin WebView App

DOCKin 웹 서비스를 감싸는 Expo 기반 WebView 래퍼 앱입니다.

URL

기본 접속 주소:

EXPO_PUBLIC_WEBVIEW_URL=https://dockin.example.com (추후수정)

Install

cd /Users/emfpdlzj/Desktop/DOCKin/Dockin-webview-app
npm install

Run

npm start

플랫폼별:

npm run android
npm run ios
npm run web

Build

EAS 기준:

npm install -g eas-cli
eas login
eas build:configure
eas build -p android
eas build -p ios

eas.json은 이미 포함되어 있어서 바로 빌드 프로필을 사용할 수 있습니다.

프로필 예시:

eas build -p android --profile preview
eas build -p android --profile production
eas build -p ios --profile production

Features

  • WebView 기반 DOCKin 웹 서비스 표시
  • 로딩 상태 표시
  • 에러 화면 표시
  • 새로고침
  • 뒤로 가기
  • 외부 스킴 링크 분기 처리

Main Files

  • App.tsx: WebView 래퍼 메인 화면
  • .env: 접속할 웹 서비스 URL
  • app.json: Expo 앱 메타데이터
  • eas.json: EAS 빌드 프로필

App Identity

  • Android package: com.dockin.webview
  • iOS bundle identifier: com.dockin.webview

Assets

  • App icon: assets/icon.png
  • Android adaptive icon: assets/adaptive-icon.png
  • Splash: assets/splash.png

About

Dockin용 별도 WebView 껍데기 앱

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors