You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What was the reason of removing drawer methods in this commit 683892e ?
Using react-navigation-hooks now breaks TS with:
Property 'closeDrawer' does not exist on type 'NavigationScreenProp<NavigationRoute<NavigationParams>, NavigationParams>'.
28 const { navigate, closeDrawer } = useNavigation();
~~~~~~~~~~~
Property 'toggleDrawer' does not exist on type 'NavigationScreenProp<NavigationRoute<NavigationParams>, NavigationParams>'.
14 const { toggleDrawer } = useNavigation();
~~~~~~~~~~~~
Thanks
The text was updated successfully, but these errors were encountered:
Using version: 4.1.0
What was the reason of removing drawer methods in this commit 683892e ?
Using
react-navigation-hooks
now breaks TS with:Thanks
The text was updated successfully, but these errors were encountered: