We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4992256 commit dfc4767Copy full SHA for dfc4767
src/MessageImage.js
@@ -5,14 +5,11 @@ import {
5
StyleSheet,
6
View,
7
ViewPropTypes,
8
- Dimensions,
9
} from 'react-native';
10
import Lightbox from 'react-native-lightbox';
11
12
export default class MessageImage extends React.Component {
13
render() {
14
- const { width, height } = Dimensions.get('window');
15
-
16
return (
17
<View style={[styles.container, this.props.containerStyle]}>
18
<Lightbox
0 commit comments