Skip to content

chore(sample-apps): remove unused navigationRef and fix memo shadowing #9067

chore(sample-apps): remove unused navigationRef and fix memo shadowing

chore(sample-apps): remove unused navigationRef and fix memo shadowing #9067

Workflow file for this run

name: Check PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}