Commit 58e35fa
greweb
fix: use --legacy-peer-deps for example dependencies in CI
- CI was failing because @react-navigation/native-stack requires react-native-screens >= 4.0.0
- But we pinned react-native-screens to 3.31.1 for compatibility
- Use --legacy-peer-deps to bypass this peer dependency conflict in CI1 parent 9e2f3b0 commit 58e35fa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments