# Harmony sidecar for {{APP_NAME}}

This directory was generated by `expo-harmony-toolkit` using the vendored template `{{TEMPLATE_VERSION}}`.

What this sidecar currently provides:
- A stable location for Harmony resources and bundle outputs
- Placeholder OpenHarmony project files that can be versioned with your Expo app
- A minimal RNOH project skeleton that DevEco Studio can open after `expo-harmony init`

What it does not provide yet:
- A guarantee that the current Expo app will compile to a `.hap`
- Automatic adaptation of Expo native modules
- Automatic DevEco signing, packaging, or RNOH runtime validation

Current identifiers:
- App name: `{{APP_NAME}}`
- Slug: `{{APP_SLUG}}`
- Bundle name: `{{BUNDLE_NAME}}`
- Entry module: `{{ENTRY_MODULE_NAME}}`

Locked baseline:
- Template: `{{TEMPLATE_VERSION}}`
- RNOH runtime: `{{RNOH_VERSION}}`
- RNOH CLI: `{{RNOH_CLI_VERSION}}`

Suggested manual flow:
1. Run `expo-harmony doctor`
2. Run `expo-harmony init`
3. Run `bundle:harmony`
4. Open `harmony/` in DevEco Studio
5. Configure signing and run/build the `entry` target
