Files
react-navigation/packages/native/src
Satyajit Sahoo c322b0501c feat: add a way to filter out deep links from being handled
This is useful for libraries like `expo-auth-session` which also use links for authentication.

Usage:

```js
const linking = {
  prefixes: ['myapp://'],
  filter: (url) => !url.includes('+expo-auth-session'),
};
```
2021-07-20 18:57:41 +02:00
..
2021-06-05 07:33:26 +02:00
2021-05-26 21:29:11 +02:00
2021-05-26 21:29:11 +02:00
2021-05-26 21:29:11 +02:00
2021-06-05 07:33:26 +02:00