eas build ios : Invalid `Podfile` file:

Using Expo modules
[Expo] Enabling modular headers for pod ExpoModulesCore
[Expo] Enabling modular headers for pod EXImageLoader
Auto-generating `.xcode.env.local` with $NODE_BINARY=/Users/expo/.nvm/versions/node/v16.18.1/bin/node
[!] Invalid `Podfile` file: 
[!] Invalid `RNReanimated.podspec` file: [react-native-reanimated] Multiple versions of Reanimated were detected. Only one instance of react-native-reanimated can be installed in a project. You need to resolve the conflict manually. Check out the documentation: https://docs.swmansion.com/react-native-reanimated/docs/next/fundamentals/troubleshooting#multiple-versions-of-reanimated-were-detected 
Conflict between: 
- /Users/expo/workingdir/build/node_modules/react-native-reanimated
- /Users/expo/workingdir/build/node_modules/react-native-skeleton-content/node_modules/react-native-reanimated
.
 #  from /Users/expo/workingdir/build/node_modules/react-native-reanimated/RNReanimated.podspec:6
 #  -------------------------------------------
 #  config = find_config()
 >  assert_no_multiple_instances(config)
 #  assert_no_reanimated2_with_new_architecture(reanimated_package_json)
 #  -------------------------------------------
.
 #  from /Users/expo/workingdir/build/ios/Podfile:42
 #  -------------------------------------------
 #    use_expo_modules!
 >    config = use_native_modules!

i’m using expo
“eas-cli”: “^3.7.2”,