Skip to content

Apply 'react-native-safe-area-context' to support Android 15 forced edge-to-edge #8

Apply 'react-native-safe-area-context' to support Android 15 forced edge-to-edge

Apply 'react-native-safe-area-context' to support Android 15 forced edge-to-edge #8

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup node.js
uses: actions/[email protected]
with:
node-version: 18
- name: Run unit tests
run: npm install && npm test