diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-30 15:18:57 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-30 15:18:57 -0400 |
| commit | c548f8df62c3775058ffa18e201ca230a641e6c1 (patch) | |
| tree | 19e1f72cbc6f46f9ad98d2800e6f6d36a8c4dd43 /src/components/moments | |
| parent | d22e3508a4122575c064bbcb2df94a6e07bce7eb (diff) | |
Cleanup code
Diffstat (limited to 'src/components/moments')
| -rw-r--r-- | src/components/moments/Moment.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index 25d69fba..f057b329 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -55,6 +55,7 @@ const Moment: React.FC<MomentProps> = ({ }, }); }; + const navigateToCameraScreen = () => { navigation.navigate('CameraScreen', { title, @@ -195,9 +196,6 @@ const styles = StyleSheet.create({ color: TAGG_LIGHT_BLUE, maxWidth: '70%', }, - flexer: { - flex: 1, - }, scrollContainer: { height: SCREEN_WIDTH / 3.25, backgroundColor: '#eee', |
