{
  "preset": "jest-expo",
  "setupFiles": ["./jest.setup.js"],
  "transformIgnorePatterns": [
    "node_modules/(?!(jest-)?react-native|@react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|react-native-svg|@sentry/.*)"
  ],
  "rootDir": "./",
  "moduleNameMapper": {
    "~(.*)": "<rootDir>/src/$1"
  },
  "setupFilesAfterEnv": ["@testing-library/jest-native/extend-expect"]
}
