We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c022b4a commit 28fa728Copy full SHA for 28fa728
packages/react-native-performance-navigation-drawer/src/createProfiledDrawerNavigator.tsx
@@ -23,7 +23,7 @@ const createProfiledNavigation = ({
23
24
const profiledDispatch: typeof navigation.dispatch = action => {
25
// Note that the drawer navigator internally uses custom animated touchables
26
- // that do not expose the native press timetamps. So we cannot
+ // that do not expose the native press timestamps. So we cannot
27
// compute the `timeToConsumeTouchEvent`.
28
if ('type' in action && action.type === 'NAVIGATE') {
29
startProfiler({
0 commit comments