Current Behavior



in fact, the navigation has pop, push, etc. and the document also has a description.
but the type description file think that these methods are missing.
Expected Behavior
fix the wrong NavigationScreenProp Type.
How to reproduce
Using the typescript compiler, it will give an error when using the tsc command.
Your Environment
| software |
version |
| react-navigation |
4.0.10 |
| react-native |
0.61.1 |
| node |
|
| npm or yarn |
|
Current Behavior
in fact, the navigation has pop, push, etc. and the document also has a description.
but the type description file think that these methods are missing.
Expected Behavior
fix the wrong NavigationScreenProp Type.
How to reproduce
Using the typescript compiler, it will give an error when using the tsc command.
Your Environment