Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Nov 1, 2024
1 parent 539ae89 commit 7747b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/shouldDelayFocus/index.native.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type ShouldDelayFocus from './types';

/** When using transitions on Android, we need to delay focusing the text inputs for the keyboard to open. */
/** When using transitions on Native, we need to delay focusing the text inputs for the keyboard to open. */
const shouldDelayFocus: ShouldDelayFocus = true;

export default shouldDelayFocus;

0 comments on commit 7747b67

Please sign in to comment.