ignores: [
    # Dependencies that depcheck thinks are unused but are actually used
    '@react-native-community/cli',
    '@react-native-community/cli-platform-android',
    '@react-native-community/cli-platform-ios',
    '@uniswap/ethers-rs-mobile',
    'babel-loader',
    'babel-jest',
    'ts-jest',
    'babel-plugin-react-native-web',
    'babel-plugin-transform-remove-console',
    'cross-fetch',
    '@datadog/datadog-ci',
    'expo-localization',
    'expo-linking',
    'madge',
    'postinstall-postinstall',
    ## React Native Usage
    '@amplitude/analytics-react-native',
    '@react-native-masked-view/masked-view',
    '@shopify/react-native-skia',
    'react-native-image-colors',
    'react-native-restart',
    # Dependencies that depcheck thinks are missing but are actually present or never used
    ## Internal packages / workspaces
    'e2e',
    'src',
    'ui',
    'tsconfig',
    ## Subpackages of installed packages
    '@redux-saga/core',
    '@ethersproject/constants',
    '@react-navigation/elements',
    'metro-config',
  ]
