|
11 | 11 | "lint": "tsc && eslint . --ext .js,.jsx,.ts,.tsx", |
12 | 12 | "postinstall": "npx patch-package", |
13 | 13 | "clean": "react-native clean --include android,cocoapods,metro,npm,watchman,yarn", |
14 | | - "e2e:build-android-debug": "detox build -c android.emu.debug", |
15 | | - "e2e:build-android-release": "detox build -c android.emu.release", |
| 14 | + "e2e:build-android-debug": "ENVFILE=.env.e2e detox build -c android.emu.debug", |
| 15 | + "e2e:build-android-release": "ENVFILE=.env.e2e detox build -c android.emu.release", |
16 | 16 | "e2e:run-android-debug": "detox test -c android.emu.debug", |
17 | 17 | "e2e:run-android-release": "detox test -c android.emu.release", |
18 | | - "e2e:build-ios-debug": "detox build -c ios.sim.debug", |
19 | | - "e2e:build-ios-release": "detox build -c ios.sim.release", |
| 18 | + "e2e:build-ios-debug": "ENVFILE=.env.e2e detox build -c ios.sim.debug", |
| 19 | + "e2e:build-ios-release": "ENVFILE=.env.e2e detox build -c ios.sim.release", |
20 | 20 | "e2e:run-ios-debug": "detox test -c ios.sim.debug", |
21 | 21 | "e2e:run-ios-release": "detox test -c ios.sim.release" |
22 | 22 | }, |
|
27 | 27 | "@react-navigation/stack": "^6.3.20", |
28 | 28 | "@tanstack/react-query": "^4.36.1", |
29 | 29 | "axios": "^1.6.2", |
| 30 | + "fast-text-encoding": "^1.0.6", |
30 | 31 | "nativewind": "^2.0.11", |
31 | 32 | "qs": "^6.11.2", |
32 | 33 | "react": "18.2.0", |
|
38 | 39 | "react-native-mmkv": "^2.11.0", |
39 | 40 | "react-native-reanimated": "^3.6.1", |
40 | 41 | "react-native-safe-area-context": "^4.7.4", |
41 | | - "react-native-screens": "^3.27.0" |
| 42 | + "react-native-screens": "^3.27.0", |
| 43 | + "react-native-url-polyfill": "^2.0.0" |
42 | 44 | }, |
43 | 45 | "devDependencies": { |
44 | 46 | "@babel/core": "^7.23.2", |
|
59 | 61 | "@types/react-test-renderer": "^18.0.3", |
60 | 62 | "babel-jest": "^29.7.0", |
61 | 63 | "babel-plugin-module-resolver": "^5.0.0", |
62 | | - "detox": "^20.13.4", |
| 64 | + "detox": "^20.20.2", |
63 | 65 | "eslint": "^8.19.0", |
64 | 66 | "eslint-config-prettier": "^8.3.0", |
65 | 67 | "eslint-plugin-import": "^2.25.3", |
66 | 68 | "eslint-plugin-prettier": "^4.0.0", |
67 | 69 | "eslint-plugin-react-native": "^4.1.0", |
68 | 70 | "jest": "^29.7.0", |
69 | | - "msw": "1.3.2", |
| 71 | + "msw": "2.2.13", |
70 | 72 | "prettier": "2.8.8", |
71 | | - "react-native-url-polyfill": "^1.3.0", |
72 | 73 | "react-test-renderer": "18.2.0", |
73 | 74 | "tailwindcss": "3.3.2", |
74 | 75 | "ts-jest": "^29.1.1", |
|
0 commit comments