Skip to content

Commit d271555

Browse files
committed
Fix details.md by adding .patch to the end of all references
1 parent 1634009 commit d271555

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

patches/react-navigation/details.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
# `react-navigation` patches
1+
# `@react-navigation` patches
22

3-
### [@react-navigation+core+7.10.0+001+fix-failing-jest-by-disabling-esmodule](@react-navigation+core+7.10.0+001+fix-failing-jest-by-disabling-esmodule.patch)
3+
### [@react-navigation+core+7.10.0+001+fix-failing-jest-by-disabling-esmodule.patch](@react-navigation+core+7.10.0+001+fix-failing-jest-by-disabling-esmodule.patch)
44

55
- Reason: Necessary to run Jest with the obligatory `--experimental-vm-modules` flag. Currently we transpile all the code to `commonjs`, but Jest looks up to individual `package.jsons` to see whether the package is `commonjs` or `ESModule`. That causes a conflict, which can be solved by removing `{"type":"module"}` from `lib/module/package.json`. This might be an issue with Jest, but it would require much more investigation. More: https://github.com/react-navigation/react-navigation/issues/12637
66
- Upstream PR/issue: https://github.com/react-navigation/react-navigation/issues/12637
77
- E/App issue: [#62850](https://github.com/Expensify/App/issues/62850)
88
- PR Introducing Patch: [#64155](https://github.com/Expensify/App/pull/64155)
99
- PR Updating Patch: N/A
1010

11-
### [@react-navigation+core+7.10.0+001+platform-navigation-stack-types](@react-navigation+core+7.10.0+001+platform-navigation-stack-types.patch)
11+
### [@react-navigation+core+7.10.0+001+platform-navigation-stack-types.patch](@react-navigation+core+7.10.0+001+platform-navigation-stack-types.patch)
1212

1313
- Reason: Enables passing custom `ScreenOptions` and adjusts typing to have everything fully type-checked and make sure only the proper (common) platform-specific options are passed
1414
- Upstream PR/issue: N/A
1515
- E/App issue: [#29948](https://github.com/Expensify/App/issues/29948)
1616
- PR Introducing Patch: [#37891](https://github.com/Expensify/App/pull/37891)
1717
- PR Updating Patch: [#64155](https://github.com/Expensify/App/pull/64155)
1818

19-
### [@react-navigation+native-stack+7.3.14+001+added-interaction-manager-integration](@react-navigation+native-stack+7.3.14+001+added-interaction-manager-integration.patch)
19+
### [@react-navigation+native-stack+7.3.14+001+added-interaction-manager-integration.patch](@react-navigation+native-stack+7.3.14+001+added-interaction-manager-integration.patch)
2020

2121
- Reason: Adds `InteractionManager` implementation to `@react-navigation/native-stack`
2222
- Upstream PR/issue: https://github.com/react-navigation/react-navigation/pull/11887
2323
- E/App issue: [#29948](https://github.com/Expensify/App/issues/29948)
2424
- PR Introducing Patch: [#37891](https://github.com/Expensify/App/pull/37891)
2525
- PR Updating Patch: [#64155](https://github.com/Expensify/App/pull/64155)
2626

27-
### [@react-navigation+native+7.1.10+001+initial](@react-navigation+native+7.1.10+001+initial.patch)
27+
### [@react-navigation+native+7.1.10+001+initial.patch](@react-navigation+native+7.1.10+001+initial.patch)
2828

2929
- Reason: Allows us to use some more advanced navigation actions without messing up the browser history
3030
- Upstream PR/issue: https://github.com/react-navigation/react-navigation/pull/11887
3131
- E/App issue: [#21356](https://github.com/Expensify/App/issues/21356)
3232
- PR Introducing Patch: [#24165](https://github.com/Expensify/App/pull/24165)
3333
- PR Updating Patch: [#32087](https://github.com/Expensify/App/pull/32087) [#42465](https://github.com/Expensify/App/pull/42465) [#64155](https://github.com/Expensify/App/pull/64155)
3434

35-
### [@react-navigation+stack+7.3.3+001+edge-drag-gesture](@react-navigation+stack+7.3.3+001+edge-drag-gesture.patch)
35+
### [@react-navigation+stack+7.3.3+001+edge-drag-gesture.patch](@react-navigation+stack+7.3.3+001+edge-drag-gesture.patch)
3636

3737
- Reason: Adds `edgeDragGestureMonitor` implementation
3838
- Upstream PR/issue: N/A
3939
- E/App issue: [#15849](https://github.com/Expensify/App/issues/15849)
4040
- PR Introducing Patch: [#18402](https://github.com/Expensify/App/pull/18402)
4141
- PR Updating Patch: [#22678](https://github.com/Expensify/App/pull/22678) [#22437](https://github.com/Expensify/App/pull/22437) [#64155](https://github.com/Expensify/App/pull/64155)
4242

43-
### [@react-navigation+stack+7.3.3+002+dontDetachScreen](@react-navigation+stack+7.3.3+002+dontDetachScreen.patch)
43+
### [@react-navigation+stack+7.3.3+002+dontDetachScreen.patch](@react-navigation+stack+7.3.3+002+dontDetachScreen.patch)
4444
- Reason: Makes sure the second screen in stack does't get detatched too early
4545
- Upstream PR/issue: N/A
4646
- E/App issue: [#22372](https://github.com/Expensify/App/issues/22372)

0 commit comments

Comments
 (0)