Open github-actions[bot] opened 3 years ago
const navigation = useNavigation(); useEffect(() => { navigation.addListener("beforeRemove", (event) => { props.updateWeaponProficiencies(input); }); }, [navigation]);
Self contain the component with state and update when focus is removed.
This issue has been automatically created by todo-actions based on a TODO comment found in src/scenes/CharacterSheet/Story/EditWeaponProficiencyView.tsx:24. It will automatically be closed when the TODO comment is removed from the default branch (master).
const navigation = useNavigation(); useEffect(() => { navigation.addListener("beforeRemove", (event) => { props.updateWeaponProficiencies(input); }); }, [navigation]);
Self contain the component with state and update when focus is removed.
This issue has been automatically created by todo-actions based on a TODO comment found in src/scenes/CharacterSheet/Story/EditWeaponProficiencyView.tsx:24. It will automatically be closed when the TODO comment is removed from the default branch (master).