expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
428 stars 91 forks source link

Fix broken Universal links #117

Closed robertherber closed 1 year ago

robertherber commented 1 year ago

Why

@config-plugins/react-native-siri-shortcut breaks Universal Links on iOS - this fixes it.

Since react-native-siri-shortcut always returns true the standard universal link functionality is never called.

How

By not returning based on the response from react-native-siri-shortcut.

Test Plan

By running - and updating - the unit tests. Also - by putting it into production today to fix the broken universal links :)