Files
react-navigation/packages
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-07-16 11:50:08 +02:00
2021-07-16 11:50:08 +02:00
2021-07-19 22:22:34 +02:00
2021-07-16 11:50:08 +02:00
2021-07-16 11:50:08 +02:00
2021-07-16 11:50:08 +02:00
2021-07-16 11:50:08 +02:00
2021-07-16 11:50:08 +02:00
2021-07-01 03:08:40 +02:00
2021-07-16 11:50:08 +02:00