Skip to content

Commit dfc4767

Browse files
Jamie Parkinsoncooperka
authored andcommitted
Remove dead code introduced by #467 (#509)
1 parent 4992256 commit dfc4767

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/MessageImage.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ import {
55
StyleSheet,
66
View,
77
ViewPropTypes,
8-
Dimensions,
98
} from 'react-native';
109
import Lightbox from 'react-native-lightbox';
1110

1211
export default class MessageImage extends React.Component {
1312
render() {
14-
const { width, height } = Dimensions.get('window');
15-
1613
return (
1714
<View style={[styles.container, this.props.containerStyle]}>
1815
<Lightbox

0 commit comments

Comments
 (0)