MCPcopy Index your code
hub / github.com/byCedric/eas-gha

github.com/byCedric/eas-gha @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
19 symbols 51 edges 17 files 1 documented · 5%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

EAS in GitHub Actions

Build your apps with EAS, without using EAS

<a href="https://github.com/byCedric/gha/actions">
  <img src="https://img.shields.io/github/workflow/status/byCedric/eas-gha/Build%20App" alt="latest build" />
</a>
<a href="https://github.com/byCedric/eas-gha/blob/main/LICENSE.md">
  <img src="https://img.shields.io/github/license/byCedric/eas-gha" alt="license" />
</a>






<a href="https://github.com/byCedric/eas-gha#-structure"><b>Structure</b></a>
&ensp;&mdash;&ensp;
<a href="https://github.com/byCedric/eas-gha#-workflow"><b>Workflow</b></a>
&ensp;&mdash;&ensp;
<a href="https://github.com/byCedric/eas-gha#-how-to-use-it"><b>How to use it</b></a>
&ensp;&mdash;&ensp;
<a href="https://github.com/byCedric/eas-gha#%EF%B8%8F-caveats"><b>Caveats</b></a>

📁 Structure

The app is based on the tabs template, just as example.

👷 Workflow

The workflow is a simple GitHub Actions workflow using expo-github-action, eas build --local command, and uploading artifacts to the workflow run.

🚀 How to use it

By default, the workflow is only running when you trigger it manually. But you can customize it however you like. Just make sure you are running the eas build --local command with the right --platform and --profile flags.

⚠️ Caveats

Using macOS to support iOS builds

Ubuntu is the fastest environment of GitHub Actions, but to support iOS builds we need to use macOS. You can optimize this by changing the OS per platform.

Colon in binary names

Right now, the local app binary has a name with a colon. actions/upload-artifact doesn't accept colon in files, so we need to rename it before uploading. (more info here)

One platform per run

As of writing, the eas build --local command can only build a single platform per execution. You can run it multiple times in your workflow, but only for a single platform per run.

Using local credentials in CI

If you want to fully disconnect from Expo services, you'll need to maintain the keystore or certificates yourself. You can do that by configure EAS with local credentials. When your CI provider doesn't allow you to add "secret files", like GitHub Actions, you can encode these files to base64 strings and decode whenever you need it.

It's highly recommended to keep keystores and certificates out of your repository to avoid security issues.

with :heart:  byCedric

Extension points exported contracts — how you extend this code

RootParamList (Interface)
(no doc)
types.tsx

Core symbols most depended-on inside this repo

useColorScheme
called by 3
hooks/useColorScheme.ts
useThemeColor
called by 2
components/Themed.tsx
useCachedResources
called by 1
hooks/useCachedResources.ts
loadResourcesAndDataAsync
called by 1
hooks/useCachedResources.ts
App
called by 0
App.tsx
Text
called by 0
components/Themed.tsx
View
called by 0
components/Themed.tsx
EditScreenInfo
called by 0
components/EditScreenInfo.tsx

Shape

Function 18
Interface 1

Languages

TypeScript100%

Modules by API surface

navigation/index.tsx4 symbols
components/Themed.tsx3 symbols
hooks/useCachedResources.ts2 symbols
components/EditScreenInfo.tsx2 symbols
types.tsx1 symbols
screens/TabTwoScreen.tsx1 symbols
screens/TabOneScreen.tsx1 symbols
screens/NotFoundScreen.tsx1 symbols
screens/ModalScreen.tsx1 symbols
hooks/useColorScheme.ts1 symbols
components/StyledText.tsx1 symbols
App.tsx1 symbols

For agents

$ claude mcp add eas-gha \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact