Anyone gotten iOS App Intents (Siri/Shortcuts) working with React Native? I want Siri to trigger JS logic + RN UI like a native App Intent. Probably impossible, but worth asking. @reactnative @callstackio @expo
2
0
5
857
1
@coding_ross @reactnative @callstackio @expo I think @Baconbrix's apple-targets contains bits for this: github.com/EvanBacon/expo… I don't quite know enough about Shortcuts/Siri intents but this is also a good starting point since it shows share intents being hooked up to linking: github.com/achorein/expo-…
@coding_ross @reactnative @callstackio @expo Interested as well