react-navigation/react-navigation
Incorrect type for screenOptions navigation prop
已關閉
#7,855 建立於 2020年3月23日
bughelp wanted
倉庫指標
- 星標
- (23,189 顆星)
- PR 合併指標
- (平均合併 7天 6小時) (30 天內合併 27 個 PR)
描述
Current Behavior
When creating a Stack.Screen with options function, the navigation object is not typed correctly.
https://github.com/react-navigation/react-navigation/blob/3709e652f41a16c2c2b05d5dbbe1da2017ba2c3f/packages/core/src/types.tsx#L27

Expected Behavior Correct typings for the NavigationProp
Your Environment
| software | version |
|---|---|
| @react-navigation/stack | 5.2.4 |
| expo | 3.15.4 |
| node | 12.16.1 |
| npm or yarn | yarn |