chore: remove redundant console.log
This commit is contained in:
@@ -12,7 +12,6 @@ function BackButton() {
|
||||
const navigation = useNavigation();
|
||||
|
||||
const handlePress = useCallback(() => {
|
||||
console.log(navigation.canGoBack());
|
||||
navigation.goBack();
|
||||
}, [navigation]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user