Skip to content

Fixed ios build, added readme #7

Fixed ios build, added readme

Fixed ios build, added readme #7

Workflow file for this run

on:
push:
branches:
- master
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 🏗 Setup Bun
uses: oven-sh/setup-bun@v1
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: 📦 Install dependencies
run: bun install
- name: 🚀 Create update
run: eas update --auto --non-interactive