Skip to content

Added edit on long press to list view #39

Added edit on long press to list view

Added edit on long press to list view #39

Workflow file for this run

name: Update
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: npm
- name: Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: Install dependencies
run: npm install
- name: Create update
run: eas update --auto --non-interactive