Open github-actions[bot] opened 3 years ago
const [isKeyboardVisible, setKeyboardVisible] = useState(false); useEffect(() => { const keyboardDidShowListener = Keyboard.addListener( "keyboardDidShow", () => { setKeyboardVisible(true); // or some other action } ); const keyboardDidHideListener = Keyboard.addListener( "keyboardDidHide", () => { setKeyboardVisible(false); // or some other action } );
This issue has been automatically created by todo-actions based on a TODO comment found in src/scenes/CharacterSheet/Inventory/Components/EditItem.tsx:81. It will automatically be closed when the TODO comment is removed from the default branch (master).
const [isKeyboardVisible, setKeyboardVisible] = useState(false); useEffect(() => { const keyboardDidShowListener = Keyboard.addListener( "keyboardDidShow", () => { setKeyboardVisible(true); // or some other action } ); const keyboardDidHideListener = Keyboard.addListener( "keyboardDidHide", () => { setKeyboardVisible(false); // or some other action } );
This issue has been automatically created by todo-actions based on a TODO comment found in src/scenes/CharacterSheet/Inventory/Components/EditItem.tsx:81. It will automatically be closed when the TODO comment is removed from the default branch (master).