Skip to content

update readme

update readme #42

Workflow file for this run

# name: Expo Publish
# on:
# push:
# tags:
# - "v*"
# jobs:
# publish:
# runs-on: ubuntu-latest
# steps:
# - name: 🏗 Setup repo
# uses: actions/checkout@v2
# - name: 🏗 Setup Node
# uses: actions/setup-node@v2
# with:
# node-version: 16.x
# cache: yarn
# - name: 🏗 Setup Expo
# uses: expo/expo-github-action@v7
# with:
# expo-version: latest
# token: ${{ secrets.EXPO_TOKEN }}
# - name: 📦 Install dependencies
# run: yarn install
# - name: 🚀 Publish app
# run: expo publish --non-interactive