Skip to content

feat: Replace Pressable with CustomPressable #67

feat: Replace Pressable with CustomPressable

feat: Replace Pressable with CustomPressable #67

Workflow file for this run

name: 'Tests'
on: push
jobs:
jest-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm run test:ci