Skip to content

Commit

Permalink
Update createProfiledDrawerNavigator.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nogayam authored Mar 27, 2024
1 parent c022b4a commit 28fa728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 28fa728

Please sign in to comment.