This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Commit 7bc4e49
[TypeScript] Allow passed-on props in reduxifyNavigator HOC (#72)
```
function reduxifyNavigator<State: NavigationState, Props: RequiredProps<State>>(
```
According to source code, `reduxifyNavigator` should accept `State` and `Props` as it's params.1 parent 0005c33 commit 7bc4e49
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
0 commit comments