Skip to content

Refactor/touchable opacity to pressable #7

Refactor/touchable opacity to pressable

Refactor/touchable opacity to pressable #7

Workflow file for this run

name: Unit Tests
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: npm install
- name: Test
run: npm run test:unit