Skip to content

Commit 7a55436

Browse files
authored
Update shared-element-transitions.md
- Fix broken link to reanimated documentation - Add note about lack of support for new architecture
1 parent db23292 commit 7a55436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versioned_docs/version-7.x/shared-element-transitions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Shared element transitions
77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
99

10-
This guide covers how to animate elements between screens. This feature is known as a [Shared Element Transition](https://docs.swmansion.com/react-native-reanimated/docs/api/sharedElementTransitions) and it's implemented in the [`@react-navigation/native-stack`](native-stack-navigator.md) with [React Native Reanimated](https://docs.swmansion.com/react-native-reanimated/).
10+
This guide covers how to animate elements between screens. This feature is known as a [Shared Element Transition](https://docs.swmansion.com/react-native-reanimated/docs/shared-element-transitions/overview/) and it's implemented in the [`@react-navigation/native-stack`](native-stack-navigator.md) with [React Native Reanimated](https://docs.swmansion.com/react-native-reanimated/).
1111

1212
:::warning
1313

@@ -25,6 +25,7 @@ Before continuing this guide make sure your app meets these criteria:
2525

2626
- You are using [`@react-navigation/native-stack`](native-stack-navigator.md). The Shared Element Transitions feature isn't supported in JS-based [`@react-navigation/stack`](stack-navigator.md).
2727
- You have [`react-native-reanimated`](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started) **v3.0.0 or higher** installed and configured.
28+
- You are using the old React Native architecture. The current implementation does not support the new architecture (Fabric).
2829

2930
## Minimal example
3031

0 commit comments

Comments
 (0)