Skip to content

Type 'MD3Theme' is not assignable to type 'NavigationTheme'. #2786

Type 'MD3Theme' is not assignable to type 'NavigationTheme'.

Type 'MD3Theme' is not assignable to type 'NavigationTheme'. #2786

Workflow file for this run

name: Check versions
on:
issues:
types: [opened, edited]
jobs:
check-versions:
if: ${{ github.event.label.name == 'bug' }}
runs-on: ubuntu-latest
steps:
- uses: react-navigation/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
required-packages: |
react-native
react-native-paper
react-native-vector-icons
optional-packages: |
expo
npm
yarn