From 93b5eff4d79a27557338e86c12f887316915a1fb Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 21 Feb 2024 17:54:25 -0800 Subject: patch react-navigation to fix history bug (#2955) * patch react-navigation - https://github.com/react-navigation/react-navigation/pull/11833 * add readme --- patches/@react-navigation+native+6.1.7.patch.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 patches/@react-navigation+native+6.1.7.patch.md (limited to 'patches/@react-navigation+native+6.1.7.patch.md') diff --git a/patches/@react-navigation+native+6.1.7.patch.md b/patches/@react-navigation+native+6.1.7.patch.md new file mode 100644 index 000000000..60b0d4e14 --- /dev/null +++ b/patches/@react-navigation+native+6.1.7.patch.md @@ -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 -- cgit 1.4.1