Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

stop screencast when app killed on android #427

stop screencast when app killed on android

stop screencast when app killed on android #427

Workflow file for this run

name: Lint & Types
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 18.12.0
cache: 'yarn'
- name: Install node dependencies
run: yarn && cd example && yarn
- name: Check types
run: yarn typecheck
- name: Lint
run: yarn eslint --ext '.js,.ts,.tsx' --max-warnings=0 src/ example/src/
- name: Build
run: EXPO_NONINTERACTIVE=true yarn build
- name: Build plugin
run: EXPO_NONINTERACTIVE=true yarn build plugin