Commit 3602cc2
Pin react to react-native's bundled renderer in Renovate (#26)
React asserts at runtime that `react` and the `react-native-renderer`
bundled inside react-native share an exact version, but react-native only
declares a loose peer range, so Renovate happily bumped react past the
renderer (19.2.7 vs 19.2.3) and the app crashed at launch. Renovate can't
see the bundled renderer version, so stop updating react/react-test-renderer
automatically — they're now bumped by hand alongside react-native. @types/react
splits out into its own group since it tracks the public API, not the renderer.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7d9d3f1 commit 3602cc2
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
0 commit comments