From 28fa72886947c2c4972e7bb6ec6a432ab3810c0c Mon Sep 17 00:00:00 2001 From: nogayam <119245308+nogayam@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:17:08 +0200 Subject: [PATCH] Update createProfiledDrawerNavigator.tsx --- .../src/createProfiledDrawerNavigator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-performance-navigation-drawer/src/createProfiledDrawerNavigator.tsx b/packages/react-native-performance-navigation-drawer/src/createProfiledDrawerNavigator.tsx index 02e7dde..8608ea0 100644 --- a/packages/react-native-performance-navigation-drawer/src/createProfiledDrawerNavigator.tsx +++ b/packages/react-native-performance-navigation-drawer/src/createProfiledDrawerNavigator.tsx @@ -23,7 +23,7 @@ const createProfiledNavigation = ({ const profiledDispatch: typeof navigation.dispatch = action => { // Note that the drawer navigator internally uses custom animated touchables - // that do not expose the native press timetamps. So we cannot + // that do not expose the native press timestamps. So we cannot // compute the `timeToConsumeTouchEvent`. if ('type' in action && action.type === 'NAVIGATE') { startProfiler({