UNPKG

539 BJavaScriptView Raw
1import React from 'react';
2import Color from './Color';
3import { View, Text } from 'react-native';
4export function MessageVideo(_props) {
5 return (<View style={{ padding: 20 }}>
6 <Text style={{ color: Color.alizarin, fontWeight: '600' }}>
7 Video is not implemented by GiftedChat.
8 </Text>
9 <Text style={{ color: Color.alizarin, fontWeight: '600' }}>
10 You need to provide your own implementation by using renderMessageVideo
11 prop.
12 </Text>
13 </View>);
14}
15//# sourceMappingURL=MessageVideo.js.map
\No newline at end of file