React Native 0.72.6 Xcode 15 New architecture enabled App builds successfully with old architecture but gives following error with new architecture while building - <img width="392" alt="image" src="https://github.com/Expensify/react-native-share-menu/assets/15084084/d4af63df-18b3-4abd-8499-faf8a853610a"> Below is the podspec for Share Extension ``` target 'ShareExtension' do use_react_native! pod 'RNShareMenu', :path => '../node_modules/react-native-share-menu' end ```