Files
react-navigation/packages/native
Hossein Mohammadi 23ab350492 feat: support wildcard string prefixes (#8942)
Prefixes should be more flexible for situations like wild card subdomain. On android and IOS we can define wild cards by * but react-navigation does not work, In this PR I added support for RegExp Prefixes.

For Example
```js
{
  prefixes: [
    /^[^.s]+.example.com/g
 ],
}
```
I tested this work well.

Closes #8941 

Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
2020-10-20 12:01:49 +02:00
..
2020-10-07 11:39:56 +02:00
2020-02-01 02:43:58 +01:00

@react-navigation/native

React Native integration for React Navigation.

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