diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-22 12:01:06 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-22 12:01:06 -0700 |
commit | 59f125070b445dd7fdbab665d939f8a48e22d3fb (patch) | |
tree | 7c5be3ecb2ec5dbec1be975ff36fffddf3424b16 /src/routes/main/MainStackScreen.tsx | |
parent | 706a6c77971a10d8d45d1b3e189eadc28f89841e (diff) |
Remove old image cropper
Diffstat (limited to 'src/routes/main/MainStackScreen.tsx')
-rw-r--r-- | src/routes/main/MainStackScreen.tsx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx index 85bf888d..9e3747f9 100644 --- a/src/routes/main/MainStackScreen.tsx +++ b/src/routes/main/MainStackScreen.tsx @@ -3,7 +3,6 @@ import {StackNavigationOptions} from '@react-navigation/stack'; import React from 'react'; import {StyleSheet, Text} from 'react-native'; import {normalize} from 'react-native-elements'; -import {ImageCropper} from '../../components/comments'; import BackIcon from '../../assets/icons/back-arrow.svg'; import { AccountType, @@ -329,13 +328,6 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => { }} /> <MainStack.Screen - name="ImageCropper" - component={ImageCropper} - options={{ - gestureEnabled: false, - }} - /> - <MainStack.Screen name="ZoomInCropper" component={ZoomInCropper} options={{ |