UNPKG

539 BJavaScriptView Raw
1import React from 'react';
2import Color from './Color';
3import { View, Text } from 'react-native';
4export function MessageAudio(_props) {
5 return (<View style={{ padding: 20 }}>
6 <Text style={{ color: Color.alizarin, fontWeight: '600' }}>
7 Audio 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 renderMessageAudio
11 prop.
12 </Text>
13 </View>);
14}
15//# sourceMappingURL=MessageAudio.js.map
\No newline at end of file