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
Accurate Call Stacks
Added the Important note box and the Version Compatibility section
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
Accurate Call Stacks
Added the Important note box and the Version Compatibility section
Added these 2 remarks: