Skip to content

Commit

Permalink
Update CameraMediaEditorScreen.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Jun 4, 2019
1 parent e95d434 commit 1cdb6e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions screens/CameraMediaEditorScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ import { LinearGradient } from 'expo';
import Constants from 'expo-constants';
import React from 'react';
import { Image, StyleSheet, Text, TouchableOpacity, View } from 'react-native';

import { connect } from 'react-redux';

import FaceButton from '../components/FaceButton';
import IconButton from '../components/IconButton';
import InstaIcon from '../components/InstaIcon';
import NavigationService from '../navigation/NavigationService';
import dispatch from '../rematch/dispatch';

const GradientHeader = ({ style, ...props }) => (
Expand Down

0 comments on commit 1cdb6e4

Please sign in to comment.