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 -
Below is the podspec for Share Extension
target 'ShareExtension' do
use_react_native!
pod 'RNShareMenu', :path => '../node_modules/react-native-share-menu'
end