Commit dadeb89
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 dadeb89
File tree
3 files changed
+5
-1
lines changed- samples/react-native
- android/app
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
| 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