Commit 74e966a
fix(core): Fix tsconfig resolution and Detox R8 error for RN 0.84
- Use bare specifier in tsconfig extends (`@react-native/typescript-config`
instead of `@react-native/typescript-config/tsconfig.json`). Node 22
strictly enforces the package's `exports` field, and ts-jest couldn't
resolve the direct file path.
- Add proguard `-dontwarn` for `NotThreadSafeBridgeIdleDebugListener`
which Detox references but was removed in RN 0.84.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1f23e0f commit 74e966a
File tree
2 files changed
+4
-1
lines changed- samples/react-native
- android/app
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments