Open otusweb opened 3 years ago
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
@react-navigation/native
(found: 5.8.10
, latest: 5.9.3
)Can you verify that the issue still exists after upgrading to the latest versions of these packages?
Same issue with latest version
Current Behavior
''Create Conversation modal'' is referenced directly or indirectly in its own type annotation.ts(2502
.Unfortunately, the documentation on this topic is very thin: https://reactnavigation.org/docs/typescript#type-checking-screens-and-params-in-nested-navigator. Also, the documentation uses a different navigation structure than the documentation for nesting navigators. making it hard to know where to actually put the
NavigatorScreenParams
and what paramList to give it.Expected Behavior
I would expect the documentation for the typescripting of a nested navigator to include a full example (with the root navigator and nested navigator) and I would expect it to use the same navigators as the documentation to nest navigator.
How to reproduce
Your Environment