react-native-actions-sheet@10.1.2 appears to break iOS installs for apps still on React Native old architecture (RCT_NEW_ARCH_ENABLED=0).
In 10.1.2, the package adds a dependency on react-native-worklets (^0.7.1). react-native-worklets@0.7.x hard-fails during CocoaPods install when New Architecture is disabled, with:
[Worklets] Worklets require the New Architecture to be enabled
So upgrading react-native-actions-sheet from 10.1.1 to 10.1.2 causes pod install to fail in old-arch projects. Pinning back to 10.1.1 avoids the issue.