software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
9.09k stars 1.32k forks source link

docs: Information about version compatibility and a note about expo in metro config docs #6743

Open MatiPl01 opened 22 hours ago

MatiPl01 commented 22 hours ago

Summary

This PR adds version compatibility information to metro config docs. This change is motivated by the fact that I received a few messages from people who got stuck on this configuration step and wondered why it doesn't work.

I also noticed that this wrapper doesn't change anything if someone uses expo/metro-config instead of the default React Native @react-native/metro-config config (e.g. someone creates an Expo-managed project instead of a bare workflow). I added information about this to notes.

Example images

Getting Started

Screenshot 2024-11-21 at 18 29 55

Accurate Call Stacks

Added the Important note box and the Version Compatibility section

Screenshot 2024-11-21 at 18 30 51

Added these 2 remarks:

Screenshot 2024-11-21 at 18 30 27