UNPKG

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