Skip to content

Commit

Permalink
Update shared-element-transitions.md
Browse files Browse the repository at this point in the history
- Fix broken link to reanimated documentation
- Add note about lack of support for new architecture
  • Loading branch information
allthetime authored Jan 6, 2025
1 parent db23292 commit 7a55436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versioned_docs/version-7.x/shared-element-transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Shared element transitions
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

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/).
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/).

:::warning

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

- 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).
- You have [`react-native-reanimated`](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started) **v3.0.0 or higher** installed and configured.
- You are using the old React Native architecture. The current implementation does not support the new architecture (Fabric).

## Minimal example

Expand Down

0 comments on commit 7a55436

Please sign in to comment.