Xcode – iOS Share Extension App Group error passing file URL in react-native
I have an iOS share extension in my react-native app. I'm using react-native-share-menu to implement it and I'm using a custom RN view for the share dialog as per the component documentation. My custom share dialog works but as soon…