- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스) - Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포 - 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| bin | ||
| ios | ||
| scripts | ||
| AppEntry.js | ||
| bundledNativeModules.json | ||
| config-plugins.d.ts | ||
| config-plugins.js | ||
| config.d.ts | ||
| config.js | ||
| devtools.d.ts | ||
| devtools.js | ||
| expo-module.config.json | ||
| Expo.podspec | ||
| metro-config.d.ts | ||
| metro-config.js | ||
| package.json | ||
| react-native.config.js | ||
| README.md | ||
| requiresExtraSetup.json | ||
| tsconfig.base.json | ||
expo
The expo package is a single package you can install in any React Native app to begin using Expo modules.
- includes core infrastructure for Expo modules:
expo-modules-coreandexpo-modules-autolinking. - bundles a minimal set of Expo modules that are required by nearly every app, such as
expo-asset. - provides
@expo/cli, a small CLI that provides a clean interface around both bundlers (such as Metro and Webpack) and native build tools (Xcode, Simulator.app, Android Studio, ADB, etc.), can generate native projects withnpx expo prebuild, and aligns compatible package versions withnpx expo install. - exposes a JavaScript module that configures an app at runtime as needed to use
expo-fontand to function in Expo Go (optional, only if applicable).
See CONTRIBUTING for instructions on working on this package.