diff --git a/src/libs/shouldDelayFocus/index.android.ts b/src/libs/shouldDelayFocus/index.native.ts similarity index 53% rename from src/libs/shouldDelayFocus/index.android.ts rename to src/libs/shouldDelayFocus/index.native.ts index cffa262b5a92..924343f72a88 100644 --- a/src/libs/shouldDelayFocus/index.android.ts +++ b/src/libs/shouldDelayFocus/index.native.ts @@ -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;