mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-04-29 12:45:47 +08:00
committed by
Kevin Cooper
parent
499225621d
commit
dfc476795e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user