Remove dead code introduced by #467 (#509)

This commit is contained in:
Jamie Parkinson
2017-07-19 17:17:10 +01:00
committed by Kevin Cooper
parent 499225621d
commit dfc476795e

View File

@@ -5,14 +5,11 @@ import {
StyleSheet,
View,
ViewPropTypes,
Dimensions,
} from 'react-native';
import Lightbox from 'react-native-lightbox';
export default class MessageImage extends React.Component {
render() {
const { width, height } = Dimensions.get('window');
return (
<View style={[styles.container, this.props.containerStyle]}>
<Lightbox