I get this error when triggering the share extension:
Possible Unhandled Promise Rejection (id: 1):
Error: No native splash screen registered for given view controller. Call 'SplashScreen.show' for given view controller first.
Error: No native splash screen registered for given view controller. Call 'SplashScreen.show' for given view controller first.
at construct (native)
at Wrapper (http://localhost:8081/index.bundle//&platform=ios&dev=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&app=expo.modules.shareextension.example.ShareExtension:26633:64)
at construct (native)
at _createSuperInternal (http://localhost:8081/index.bundle//&platform=ios&dev=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&app=expo.modules.shareextension.example.ShareExtension:122502:322)
at call (native)
at CodedError (http://localhost:8081/index.bundle//&platform=ios&dev=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&app=expo.modules.shareextension.example.ShareExtension:122515:26)
Despite
SplashScreen.storyboard
file into the share extension targetPBXResourcesBuildPhase
phaseI get this error when triggering the share extension: