Skip to content

Commit f390bdd

Browse files
tjaniczekTomasz Janiczek
andauthored
fix: ignore onTabLongPress in MaterialBottomTabNavigationConfig (#3768)
Co-authored-by: Tomasz Janiczek <tomasz.janiczek@callstak.com>
1 parent c665f5b commit f390bdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/react-navigation/types.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export type MaterialBottomTabNavigationConfig = Partial<
106106
| 'navigationState'
107107
| 'onIndexChange'
108108
| 'onTabPress'
109+
| 'onTabLongPress'
109110
| 'renderScene'
110111
| 'renderLabel'
111112
| 'renderIcon'

0 commit comments

Comments
 (0)