aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-09 01:38:04 -0400
committerIvan Chen <ivan@tagg.id>2021-07-09 15:56:47 -0400
commit74d0ad5bab6f0d058fc03095fa0a313499162579 (patch)
tree2ca74c704d6d7d4693338ff84df747d7884c0771 /src/components/comments
parentf78bb9fea2128825d9c9cf4a64a7b78a288250b1 (diff)
Lint, Update service code to allow category edition
Diffstat (limited to 'src/components/comments')
-rw-r--r--src/components/comments/ZoomInCropper.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/comments/ZoomInCropper.tsx b/src/components/comments/ZoomInCropper.tsx
index 6f2d7c21..8b87d137 100644
--- a/src/components/comments/ZoomInCropper.tsx
+++ b/src/components/comments/ZoomInCropper.tsx
@@ -1,7 +1,6 @@
import {RouteProp} from '@react-navigation/core';
-import {useFocusEffect} from '@react-navigation/native';
import {StackNavigationProp} from '@react-navigation/stack';
-import React, {useCallback, useEffect, useState} from 'react';
+import React, {useEffect, useState} from 'react';
import {Image, StyleSheet, TouchableOpacity} from 'react-native';
import {normalize} from 'react-native-elements';
import ImageZoom, {IOnMove} from 'react-native-image-pan-zoom';