Can expo managed app communicate with Siri?

I want to know if there is any possible way to connect Siri (with iOS shortcuts or Sirikit) in an expo react native app without having to eject. All the dependencies I have found work in detached apps or don’t even work in expo. As I want to be able to trigger a function saying a keyword when the app is in background I think the best way to do it is with Siri, but is any other way my app can listen to a specific word in the background and in a locked phone?

Hey @mariajosecharriam, there is no support for Siri within the Expo SDK currently so you’d need to use the bare workflow and use a third-party solution.

Cheers,
Adam