Added todo comment

This commit is contained in:
Mustafa Buyukcelebi 2019-12-16 22:20:54 +03:00
parent 2615f29fc1
commit 2273091c7e

View File

@ -45,7 +45,7 @@ const FormInputView = ({
setInputBorderColor('#357ce6'); setInputBorderColor('#357ce6');
}; };
// Workaround for android context (copy/paste) menu // TODO: Workaround for android context (copy/paste) menu, check react-navigation library
useEffect(() => { useEffect(() => {
setValue(' '); setValue(' ');
setTimeout(() => { setTimeout(() => {