From b876dab4bb76eb10ded7945e5e90216e837685fe Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sun, 26 Dec 2021 19:50:40 +0500 Subject: [PATCH] fix autoCorrect getting incorrect string instead of boolean --- apps/mobile/src/components/LoginDialog/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/src/components/LoginDialog/index.js b/apps/mobile/src/components/LoginDialog/index.js index 73bdd0b37..e0ec29f77 100644 --- a/apps/mobile/src/components/LoginDialog/index.js +++ b/apps/mobile/src/components/LoginDialog/index.js @@ -25,7 +25,7 @@ import {MMKV} from '../../utils/mmkv'; import {SIZE} from '../../utils/SizeUtils'; import Storage from '../../utils/storage'; import {sleep} from '../../utils/TimeUtils'; -import SheetWrapper from '../sheet'; +import SheetWrapper from '../Sheet'; import BaseDialog from '../Dialog/base-dialog'; import DialogButtons from '../Dialog/dialog-buttons'; import DialogContainer from '../Dialog/dialog-container'; @@ -668,7 +668,7 @@ const LoginDialog = () => { autoCapitalize="none" returnKeyLabel="Done" returnKeyType="done" - autoCorrect="none" + autoCorrect={false} customValidator={() => password} secureTextEntry placeholder="Confirm password"