Skip to content

chore: update example to rn 0.72 #144

chore: update example to rn 0.72

chore: update example to rn 0.72 #144

Workflow file for this run

name: react-native-app-auth CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Lint
run: yarn run lint
- name: Test
run: yarn run test