From 83fe8ae82bf34f34a475351cf7c85efe7ee3e6a9 Mon Sep 17 00:00:00 2001 From: Twan L Date: Tue, 15 Oct 2024 13:04:39 -0700 Subject: [PATCH] docs: fixed apple map example url (#1976)(by @TwanLuttik) --- website/docs/modal/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/modal/index.mdx b/website/docs/modal/index.mdx index f5dc3183..30a79890 100644 --- a/website/docs/modal/index.mdx +++ b/website/docs/modal/index.mdx @@ -21,7 +21,7 @@ import Video from '@theme/Video'; With the release of the library, support for stack sheet modals were something planned ahead to provide the a native feel & and experience to users. -The implementation of this feature was inspired by Apple Maps sheet modals ❤️, [check out the Apple Map sheet modals clone](https://github.com/gorhom/react-native-bottom-sheet/blob/master/example/bare/src/screens/integrations/MapExample.tsx). +The implementation of this feature was inspired by Apple Maps sheet modals ❤️, [check out the Apple Map sheet modals clone](https://github.com/gorhom/react-native-bottom-sheet/blob/master/example/src/screens/integrations/map/MapExample.tsx). ## Features