FIX: useFocusEffect dependency array error

This commit is contained in:
marcosrdz 2021-02-23 18:27:04 -05:00
parent 1855a8cf6b
commit 55cb3b018c

View file

@ -139,7 +139,6 @@ const LNDCreateInvoice = () => {
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [wallet]),
[],
);
const _keyboardDidShow = () => {