patch react-navigation to fix history bug (#2955)

* patch react-navigation

- https://github.com/react-navigation/react-navigation/pull/11833

* add readme
This commit is contained in:
Hailey
2024-02-21 17:54:25 -08:00
committed by GitHub
parent 874489b402
commit 93b5eff4d7
2 changed files with 61 additions and 0 deletions
@@ -0,0 +1,5 @@
# React Navigation history bug patch
This patches react-navigation to fix the issues in https://github.com/bluesky-social/social-app/issues/710.
This is based on the PR found at https://github.com/react-navigation/react-navigation/pull/11833