Files
react-navigation/packages/native
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
2020-02-01 02:43:58 +01:00
2021-07-16 11:50:08 +02:00
2021-03-10 05:12:24 +01:00

@react-navigation/native

React Native integration for React Navigation.

Installation instructions and documentation can be found on the React Navigation website.