diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-23 14:22:29 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-23 14:22:29 -0400 |
commit | 16f6341daff56f827fbb6c6ade9cf1238e8e5f3e (patch) | |
tree | 7a268ef4d84b7870ded9020af637785c452a7923 /src/components/moments/Moment.tsx | |
parent | 7e7a3ea6b6462d295717db052c37d87e1f58a091 (diff) |
Lint
Diffstat (limited to 'src/components/moments/Moment.tsx')
-rw-r--r-- | src/components/moments/Moment.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index cff99812..e4acebdf 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -1,6 +1,5 @@ import {useNavigation} from '@react-navigation/native'; import React from 'react'; -import {launchCamera} from 'react-native-image-picker'; import {Alert, StyleProp, StyleSheet, View, ViewStyle} from 'react-native'; import {Text} from 'react-native-animatable'; import {ScrollView, TouchableOpacity} from 'react-native-gesture-handler'; |