Skip to content

Commit

Permalink
Revert "Update expo packages (#56)"
Browse files Browse the repository at this point in the history
This reverts commit 3eaa3e2.
  • Loading branch information
raymens authored Feb 14, 2024
1 parent 1836e04 commit 9f0d2be
Show file tree
Hide file tree
Showing 35 changed files with 4,666 additions and 4,325 deletions.
2 changes: 0 additions & 2 deletions mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ export default () => ({
"The app accesses your photos to let you upload the necessary documentation.",
},
],
"expo-font",
"expo-secure-store"
],
scheme: process.env.SCHEME,
platforms: ["ios", "android"],
Expand Down
6 changes: 1 addition & 5 deletions mobile/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,14 @@ export default {

moduleFileExtensions: ["ts", "tsx", "js", "jsx"],
preset: "jest-expo",
setupFiles: ["./src/jest/jest.mockSetup.js", "dotenv/config", './jest.polyfills.js'],
setupFiles: ["./src/jest/jest.mockSetup.js", "dotenv/config"],

// The test environment that will be used for testing
setupFilesAfterEnv: [
"@testing-library/jest-native/extend-expect",
"./src/jest/jest.setup.js",
],

testEnvironmentOptions: {
customExportConditions: [''],
},

testEnvironment: "jsdom",
transformIgnorePatterns: [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|axios|@sentry/.*|sentry-expo)",
Expand Down
35 changes: 0 additions & 35 deletions mobile/jest.polyfills.js

This file was deleted.

Loading

0 comments on commit 9f0d2be

Please sign in to comment.